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

    Return Value

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