VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebTiffEncoderSettingsJS type / get_JpegEncoderSettings Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_JpegEncoderSettings Method
    In This Topic
    Gets the settings of JPEG encoder.
    Syntax
    var instance = new Vintasoft.Imaging.WebTiffEncoderSettingsJS();
    
    var value; // Type: Vintasoft.Imaging.WebJpegEncoderSettingsJS
    value = instance.get_JpegEncoderSettings();
    
    
    function get_JpegEncoderSettings() : WebJpegEncoderSettingsJS;
    

    Return Value

    An instance of WebJpegEncoderSettingsJS class that defines the settings of JPEG encoder.
    Browser Compatibility
    56+
    45+
    11
    See Also