VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebBinarizeCommandJS type / get_Threshold Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Threshold Method
    In This Topic
    Gets the threshold for threshold binarization mode.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebBinarizeCommandJS();
    
    var value; // Type: number
    value = instance.get_Threshold();
    
    
    function get_Threshold() : number;
    

    Return Value

    Threshold. Valid values are from 0 to 765. Recommended value is 384. Default value is 384.
    Browser Compatibility
    56+
    45+
    11
    See Also