In This Topic
Sets the maximal threshold value of algorithm color conversion in the barcode reading iteration process.
Syntax
var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_ThresholdMax(value);
function set_ThresholdMax(
: number
) : any;
Parameters
- value
- Threshold value. Minimum value is 0, maximum value is 765. Default value is 600.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also