ImageGear .NET v25.0 - Updated
IsFieldFlatteningEnabled Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearCompressOptions Class : IsFieldFlatteningEnabled Property
Gets or sets a value indicating whether to flatten AcroForm fields into page content. This property is effective in compressing documents with many form fields.
Syntax
'Declaration
 
Public Property IsFieldFlatteningEnabled As Boolean
'Usage
 
Dim instance As ImGearCompressOptions
Dim value As Boolean
 
instance.IsFieldFlatteningEnabled = value
 
value = instance.IsFieldFlatteningEnabled
public bool IsFieldFlatteningEnabled {get; set;}
public: __property bool get_IsFieldFlatteningEnabled();
public: __property void set_IsFieldFlatteningEnabled( 
   bool value
);
public:
property bool IsFieldFlatteningEnabled {
   bool get();
   void set (    bool value);
}

Property Value

Toggles form flattening and removal.
Remarks
Default: false. The PDF document must be authorized for editing of page content (ImGearPDFPermReqOpr.SECURE) for this property to apply.
See Also

Reference

ImGearCompressOptions Class
ImGearCompressOptions Members
FlattenFormFields Method
PermRequest Method