In This Topic

RemoveAnnotations Property (PDFReducerConfiguration)

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