VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeReaderSettingsJS type / set_ThresholdIterations Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_ThresholdIterations Method
In This Topic
Sets the number of steps in barcode reading iteration process.
Syntax
var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_ThresholdIterations(value);

Parameters

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.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
9
5
11
5
See Also