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

    Return Value

    The number of steps in barcode reading iteration process. Minimum value is 1 (iterative process is disabled), maximum value is 32. Default value is 1.
    Browser Compatibility
    9
    5
    11
    5
    See Also