VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebWebpLossySettingsJS type / set_EntropyPasses Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_EntropyPasses Method
    In This Topic
    Gets the number of entropy-analysis passes (in Ώ..10]).
    Syntax
    var instance = new Vintasoft.Imaging.WebWebpLossySettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_EntropyPasses(value);
    
    
    function set_EntropyPasses(
    value
    Number of entropy-analysis passes. Valid values are from 1 to 10. Default value is 1.
    : number
    ) : any;

    Parameters

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