VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebJbig2EncoderSettingsJS type / get_UseSymbolDictionary Property
Syntax Remarks BrowserCompatibility SeeAlso
    get_UseSymbolDictionary Method
    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();
    
    

    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