VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebTiffEncoderSettingsJS type / get_ZipLevel Property
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
    get_ZipLevel Method
    In This Topic
    Gets the level of ZIP compression.
    Syntax
    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.
    Remarks

    0 - no compression, 9 - the best and slowest compression level.

    Browser Compatibility
    56+
    45+
    11
    See Also