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.
'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.