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

    Parameters

    value
    A value indicating whether predictor must be used for encoding image. Default value is true.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Remarks

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

    Browser Compatibility
    56+
    45+
    11
    See Also