VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeReaderSettingsJS type / get_ThresholdMin Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ThresholdMin Method
    In This Topic
    Gets the minimum 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_ThresholdMin();
    
    
    function get_ThresholdMin() : number;
    

    Return Value

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