set_Jbig2UseGlobals Method
In This Topic
Sets a value indicating whether the Jbig2Globals must be used for encoding JBIG2 images.
Syntax
var instance = new Vintasoft.Imaging.WebPdfEncoderSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_Jbig2UseGlobals(value);
function set_Jbig2UseGlobals(
: boolean
) : any;
Parameters
- value
- A value indicating whether the Jbig2Globals must be used for encoding. Default value is true.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also