VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.Dialogs Namespace / WebUiJbig2EncoderSettingsDialogJS type / setJbig2EncoderSettings Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    setJbig2EncoderSettings Method
    In This Topic
    Set settings that dialog will change.
    Syntax
    var instance = new Vintasoft.Imaging.UI.Dialogs.WebUiJbig2EncoderSettingsDialogJS(jbig2EncoderSettings);
    
    var value; // Type: any
    
    // Parameters
    var jbig2EncoderSettings; // Type: WebJbig2EncoderSettingsJS
    
    value = instance.setJbig2EncoderSettings(jbig2EncoderSettings);
    
    
    function setJbig2EncoderSettings(
    jbig2EncoderSettings
    The JPEG encoder settings for change.
    : WebJbig2EncoderSettingsJS
    ) : any;

    Parameters

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