VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeReaderSettingsJS type / get_UseBarcodeRegionDetectors Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_UseBarcodeRegionDetectors Method
In This Topic
Gets 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 value; // Type: boolean
value = instance.get_UseBarcodeRegionDetectors();

Return Value

True - barcode reader must use barcode region detectors; False - barcode reader must NOT use barcode region detectors.
Browser Compatibility
9
5
11
5
See Also