VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfCompressionSettingsJS type / set_ZipCompressionLevel Property
Syntax BrowserCompatibility SeeAlso
In This Topic
set_ZipCompressionLevel Method
In This Topic
Sets the ZIP compression level.
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfCompressionSettingsJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_ZipCompressionLevel(value);

Parameters

value
Possible values: from 0 to 9.
0 - no compression, 1 - best speed, 9 - best compression.
Default value is 6.
Browser Compatibility
56+
45+
11
See Also