VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebJbig2EncoderSettingsJS type / set_UseSymbolDictionary Property
Syntax Exceptions Remarks BrowserCompatibility SeeAlso
In This Topic
    set_UseSymbolDictionary Method
    In This Topic
    Sets a value indicating whether the symbol dictionary should be used.
    Syntax
    var instance = new Vintasoft.Imaging.WebJbig2EncoderSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_UseSymbolDictionary(value);
    
    
    function set_UseSymbolDictionary(
    value
    A value indicating whether the symbol dictionary should be used. Default value is true.
    : boolean
    ) : any;

    Parameters

    value
    A value indicating whether the symbol dictionary should be used. Default value is true.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Remarks

    Usage of the symbol dictionary in most cases improves compression.

    Browser Compatibility
    56+
    45+
    11
    See Also