set_UseBarcodeRegionDetectors Method
In This Topic
Sets a value indicating whether the barcode reader should detect barcode regions using AI-based or custom barcode region detectors.
Syntax
var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_UseBarcodeRegionDetectors(value);
function set_UseBarcodeRegionDetectors(
: boolean
) : any;
Parameters
- value
- True - barcode reader must use barcode region detectors; False - barcode reader must NOT use barcode region detectors.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also