In This Topic

RemoveFormFields Property (PDFReducerConfiguration)

In This Topic
Specifies whether the form fields shall be removed from the PDF. Default value is false.
Syntax
'Declaration
 
Public Property RemoveFormFields As Boolean
public bool RemoveFormFields {get; set;}
public read-write property RemoveFormFields: Boolean; 
public function get,set RemoveFormFields : boolean
public: __property bool get_RemoveFormFields();
public: __property void set_RemoveFormFields( 
   bool value
);
public:
property bool RemoveFormFields {
   bool get();
   void set (    bool value);
}
See Also