In This Topic
Sets a mode of threshold detection.
Syntax
var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebThresholdModeEnumJS
returnValue = instance.set_ThresholdMode(value);
function set_ThresholdMode(
: WebThresholdModeEnumJS
) : any;
Parameters
- value
- An instance of WebThresholdModeEnumJS class that defines a mode of threshold detection. Default value is "Automatic".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also