VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebTiffEncoderSettingsJS type / set_ZipLevel Property
Syntax Exceptions Remarks BrowserCompatibility SeeAlso
In This Topic
    set_ZipLevel Method
    In This Topic
    Sets the level of ZIP compression.
    Syntax
    var instance = new Vintasoft.Imaging.WebTiffEncoderSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_ZipLevel(value);
    
    
    function set_ZipLevel(
    value
    The level of ZIP compression. Valid values are from 0 to 9. Default value is 6.
    : number
    ) : any;

    Parameters

    value
    The level of ZIP compression. Valid values are from 0 to 9. Default value is 6.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Remarks

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

    Browser Compatibility
    56+
    45+
    11
    See Also