set_Jbig2EncoderSettings Method
In This Topic
Sets the settings of Jbig2 encoder.
Syntax
var instance = new Vintasoft.Imaging.WebPdfEncoderSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebJbig2EncoderSettingsJS
returnValue = instance.set_Jbig2EncoderSettings(value);
function set_Jbig2EncoderSettings(
: WebJbig2EncoderSettingsJS
) : any;
Parameters
- value
- An instance of WebJbig2EncoderSettingsJS class that defines the settings of Jbig2 encoder.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also