In This Topic
GdPicture14 Namespace / PDFReducerConfiguration Class / RemovePagePieceInfo Property

RemovePagePieceInfo Property (PDFReducerConfiguration)

In This Topic
Specifies whether the page PieceInfo dictionary used to hold private application data shall be removed. Default value is true.
Syntax
'Declaration
 
Public Property RemovePagePieceInfo As Boolean
public bool RemovePagePieceInfo {get; set;}
public read-write property RemovePagePieceInfo: Boolean; 
public function get,set RemovePagePieceInfo : boolean
public: __property bool get_RemovePagePieceInfo();
public: __property void set_RemovePagePieceInfo( 
   bool value
);
public:
property bool RemovePagePieceInfo {
   bool get();
   void set (    bool value);
}
See Also