set_UseFlateInsteadNoneCompression Method
In This Topic
Sets a value indicating whether the command must change uncompressed PDF stream to Flate (ZIP) compression.
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentCompressorSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_UseFlateInsteadNoneCompression(value);
function set_UseFlateInsteadNoneCompression(
: boolean
) : any;
Parameters
- value
- True - command must change uncompressed PDF stream to Flate (ZIP) compression; false - command must NOT change uncompressed PDF stream to Flate (ZIP) compression.
Default value is false.
Browser Compatibility
See Also