VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebWebpLossySettingsJS type / get_EntropyPasses Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_EntropyPasses Method
    In This Topic
    Gets the number of entropy-analysis passes (in Ώ..10]).
    Syntax
    var instance = new Vintasoft.Imaging.WebWebpLossySettingsJS();
    
    var value; // Type: number
    value = instance.get_EntropyPasses();
    
    
    function get_EntropyPasses() : number;
    

    Return Value

    Number of entropy-analysis passes. Valid values are from 1 to 10. Default value is 1.
    Browser Compatibility
    56+
    45+
    11
    See Also