VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebWebpLosslessSettingsJS type / get_NearLosslessQuality Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_NearLosslessQuality Method
    In This Topic
    Gets the quality of near-lossless image preprocessing.
    Syntax
    var instance = new Vintasoft.Imaging.WebWebpLosslessSettingsJS();
    
    var value; // Type: number
    value = instance.get_NearLosslessQuality();
    
    
    function get_NearLosslessQuality() : number;
    

    Return Value

    Near Lossless Quality factor in percents. Valid values are from 0 to 100. Default value is 60.
    Browser Compatibility
    56+
    45+
    11
    See Also