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);
function set_SymbolDictionarySize(
: number
) : any;
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
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if argument is out of range. |
Browser Compatibility
See Also