VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging Namespace / WebJbig2EncoderSettingsJS type / get_UseSymbolDictionary Property
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
    get_UseSymbolDictionary Method
    In This Topic
    Gets a value indicating whether the symbol dictionary should be used.
    Syntax
    var instance = new Vintasoft.Imaging.WebJbig2EncoderSettingsJS();
    
    var value; // Type: boolean
    value = instance.get_UseSymbolDictionary();
    
    
    function get_UseSymbolDictionary() : boolean;
    

    Return Value

    A value indicating whether the symbol dictionary should be used. Default value is true.
    Remarks

    Usage of the symbol dictionary in most cases improves compression.

    Browser Compatibility
    56+
    45+
    11
    See Also