set_AutomaticRecognition Method
In This Topic
Sets a value indicating whether the barcode reader must use the automatic barcode recognition mode.
Syntax
var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_AutomaticRecognition(value);
function set_AutomaticRecognition(
: boolean
) : any;
Parameters
- value
- True - barcode reader must use the automatic barcode recognition mode; False - barcode reader must NOT use the automatic barcode recognition mode.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also