VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebJpegEncoderSettingsJS type / get_Quality Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Quality Method
    In This Topic
    Gets a quality factor in percents.
    Syntax
    var instance = new Vintasoft.Imaging.WebJpegEncoderSettingsJS(quality);
    
    var value; // Type: number
    value = instance.get_Quality();
    
    
    function get_Quality() : number;
    

    Return Value

    Quality factor in percents. Valid values are from 1 to 100. Recommended values are from 40 to 80. Default value is 70.
    Browser Compatibility
    56+
    45+
    11
    See Also