Accusoft.PdfXpress6.Net
Compress Property (SaveOptions)




Gets and sets if compression is used during saving.
Syntax
'Declaration
 
Public Property Compress As Boolean
'Usage
 
Dim instance As SaveOptions
Dim value As Boolean
 
instance.Compress = value
 
value = instance.Compress
public bool Compress {get; set;}
public: __property bool get_Compress();
public: __property void set_Compress( 
   bool value
);
public:
property bool Compress {
   bool get();
   void set (    bool value);
}
Remarks

Note: When enabled, PDF Xpress attempts to compress the document, if possible.

Options for compression are controlled by the CompressOptions property.

Default: false

For a small percentage of PDF's, a save operation may result in a small increase in size; this is unrelated to the Compress property.

Requirements

See Also

Reference

SaveOptions Class
SaveOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback