ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearCompressOptions Class / IsFieldFlatteningEnabled Property




In This Topic
    IsFieldFlatteningEnabled Property
    In This Topic
    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