get_AutomaticRecognition Method
Gets a value indicating whether the barcode reader must use the automatic barcode recognition mode.
var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
var value; // Type: boolean
value = instance.get_AutomaticRecognition();
function get_AutomaticRecognition() : boolean;
Return Value
True - barcode reader must use the automatic barcode recognition mode; False - barcode reader must NOT use the automatic barcode recognition mode.