VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebPdfEncoderSettingsJS type / get_Jbig2UseGlobals Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Jbig2UseGlobals Method
    In This Topic
    Gets a value indicating whether the Jbig2Globals must be used for encoding JBIG2 images.
    Syntax
    var instance = new Vintasoft.Imaging.WebPdfEncoderSettingsJS();
    
    var value; // Type: boolean
    value = instance.get_Jbig2UseGlobals();
    
    
    function get_Jbig2UseGlobals() : boolean;
    

    Return Value

    A value indicating whether the Jbig2Globals must be used for encoding. Default value is true.
    Browser Compatibility
    56+
    45+
    11
    See Also