VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging Namespace / WebJbig2EncoderSettingsJS type / set_SymbolDictionarySize Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_SymbolDictionarySize Method
In This Topic
Sets the maximum number of symbols keeping in symbol dictionary.
Syntax
var instance = new Vintasoft.Imaging.WebJbig2EncoderSettingsJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_SymbolDictionarySize(value);

Parameters

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.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Thrown if argument is out of range.
Browser Compatibility
56+
45+
11
See Also