XFINIUM.PDF Documentation
FlattenField(PdfField,PdfStructureElement) Method



Xfinium.Pdf.Forms Namespace > PdfForm Class > FlattenField Method : FlattenField(PdfField,PdfStructureElement) Method
The field to flatten.
The structure element that represents the flatten field.
Flattens the specified form field and sets the result as content item for the given structure element.
Syntax
'Declaration
 
Public Overloads Sub FlattenField( _
   ByVal field As PdfField, _
   ByVal structureElement As PdfStructureElement _
) 
'Usage
 
Dim instance As PdfForm
Dim field As PdfField
Dim structureElement As PdfStructureElement
 
instance.FlattenField(field, structureElement)
public void FlattenField( 
   PdfField field,
   PdfStructureElement structureElement
)
public:
void FlattenField( 
   PdfField^ field,
   PdfStructureElement^ structureElement
) 

Parameters

field
The field to flatten.
structureElement
The structure element that represents the flatten field.
Remarks
The field can no longer be edited after it has been flattened.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfForm Class
PdfForm Members
Overload List