VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeReaderSettingsJS type / get_Threshold Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Threshold Method
    In This Topic
    Gets the threshold value for algorithm of color conversion.
    Syntax
    var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
    
    var value; // Type: number
    value = instance.get_Threshold();
    
    
    function get_Threshold() : number;
    

    Return Value

    Threshold value. Minimum value is 0, maximum value is 765. Default value is 500.
    Browser Compatibility
    9
    5
    11
    5
    See Also