VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebJbig2EncoderSettingsJS type / get_SymbolDictionarySize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_SymbolDictionarySize Method
    In This Topic
    Gets the maximum number of symbols keeping in symbol dictionary.
    Syntax
    var instance = new Vintasoft.Imaging.WebJbig2EncoderSettingsJS();
    
    var value; // Type: number
    value = instance.get_SymbolDictionarySize();
    
    
    function get_SymbolDictionarySize() : number;
    

    Return Value

    The maximum number of symbols keeping in symbol dictionary. Valid values are greater than 10. Recommended values are from 1000 to 10000. Default value is 6500.
    Browser Compatibility
    56+
    45+
    11
    See Also