setJbig2EncoderSettings Method
In This Topic
Set settings of JBIG2 encoder.
Syntax
var instance = new Vintasoft.Imaging.UI.Panels.WebUiJbig2EncoderSettingsPanelJS(settings, jbig2EncoderSettings);
var value; // Type: any
// Parameters
var jbig2EncoderSettings; // Type: WebJbig2EncoderSettingsJS
value = instance.setJbig2EncoderSettings(jbig2EncoderSettings);
function setJbig2EncoderSettings(
: WebJbig2EncoderSettingsJS
) : any;
Parameters
- jbig2EncoderSettings
- The settings of JBIG2 encoder.
Browser Compatibility
See Also