In This Topic

PackDocument Property (PDFReducerConfiguration)

In This Topic
Specifies whether the PDF shall be packed when saved in order to reduce its size. Default value is true.
Syntax
'Declaration
 
Public Property PackDocument As Boolean
public bool PackDocument {get; set;}
public read-write property PackDocument: Boolean; 
public function get,set PackDocument : boolean
public: __property bool get_PackDocument();
public: __property void set_PackDocument( 
   bool value
);
public:
property bool PackDocument {
   bool get();
   void set (    bool value);
}
See Also