get_UseSymbolDictionary Method
Gets a value indicating whether the symbol dictionary should be used.
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.
Usage of the symbol dictionary in most cases improves compression.