set_Jbig2UseGlobals Method
In This Topic
Sets a value indicating whether Jbig2Globals must be used when Jbig2 encoder is used.
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfCompressionSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_Jbig2UseGlobals(value);
function set_Jbig2UseGlobals(
: boolean
) : any;
Parameters
- value
- True - Jbig2Globals must be used when Jbig2 encoder is used; True - Jbig2Globals must not be used when Jbig2 encoder is used. The default value is true.
Browser Compatibility
See Also