VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainTiffEncoderSettingsJS type / get_JpegQuality Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_JpegQuality Method
    In This Topic
    Gets the quality of JPEG images.
    Syntax
    var instance = new Vintasoft.Twain.WebTwainTiffEncoderSettingsJS();
    
    var value; // Type: number
    value = instance.get_JpegQuality();
    
    
    function get_JpegQuality() : number;
    

    Return Value

    The quality of JPEG images. Default value is 90. Possible values from 10 to 100.
    Browser Compatibility
    9
    See Also