VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfCompressionSettingsJS type / set_Jbig2UseGlobals Property
Syntax BrowserCompatibility SeeAlso
In This Topic
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);

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
56+
45+
11
See Also