VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainTiffEncoderSettingsJS type / set_JpegQuality Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_JpegQuality Method
    In This Topic
    Sets the quality of JPEG images.
    Syntax
    var instance = new Vintasoft.Twain.WebTwainTiffEncoderSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_JpegQuality(value);
    
    
    function set_JpegQuality(
    value
    The quality of JPEG images. Default value is 90. Possible values from 10 to 100.
    : number
    ) : any;

    Parameters

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