VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfCompressionSettingsJS type / get_Jbig2UseGlobals Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Jbig2UseGlobals Method
    In This Topic
    Gets a value indicating whether Jbig2Globals must be used when Jbig2 encoder is used.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfCompressionSettingsJS();
    
    var value; // Type: boolean
    value = instance.get_Jbig2UseGlobals();
    
    
    function get_Jbig2UseGlobals() : boolean;
    

    Return 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