Gets the level of ZIP compression.
var instance = new Vintasoft.Imaging.WebTiffEncoderSettingsJS();
var value; // Type: number
value = instance.get_ZipLevel();
function get_ZipLevel() : number;
Return Value
The level of ZIP compression. Valid values are from 0 to 9. Default value is 6.
0 - no compression, 9 - the best and slowest compression level.