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