In This Topic
GdPicture14 Namespace / PDFReducerConfiguration Class / RemoveLogicalStructure Property

RemoveLogicalStructure Property (PDFReducerConfiguration)

In This Topic
Specifies whether the logical structure shall be removed from the PDF. Default value is false.
Syntax
'Declaration

 

Public Property RemoveLogicalStructure As Boolean
public bool RemoveLogicalStructure {get; set;}
public read-write property RemoveLogicalStructure: Boolean; 
public function get,set RemoveLogicalStructure : boolean
public: __property bool get_RemoveLogicalStructure();

public: __property void set_RemoveLogicalStructure( 

   bool value

);
public:

property bool RemoveLogicalStructure {

   bool get();

   void set (    bool value);

}
See Also