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

    Return Value

    Quality factor in percents if JPEG compression is used. 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