set_FlateCompressionLevel Method
In This Topic
Sets the Flate (ZIP) compression level.
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentCompressorSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_FlateCompressionLevel(value);
function set_FlateCompressionLevel(
: number
) : any;
Parameters
- value
- Possible values: from 0 to 9.
0 - no compression, 1 - best speed, 9 - best compression.
Default value is 9.
Browser Compatibility
See Also