VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebTiffEncoderSettingsJS type / get_UsePredictor Property
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
    get_UsePredictor Method
    In This Topic
    Gets a value indicating whether predictor must be used for encoding image.
    Syntax
    var instance = new Vintasoft.Imaging.WebTiffEncoderSettingsJS();
    
    var value; // Type: boolean
    value = instance.get_UsePredictor();
    
    
    function get_UsePredictor() : boolean;
    

    Return Value

    A value indicating whether predictor must be used for encoding image. Default value is true.
    Remarks

    Predictor most useful when combined with either LZW or ZIP compression.

    Browser Compatibility
    56+
    45+
    11
    See Also