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

    Return Value

    The JPEG encoder settings.
    Browser Compatibility
    56+
    45+
    11
    See Also