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