VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeReaderSettingsJS type / set_RecognitionTimeout Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_RecognitionTimeout Method
In This Topic
Sets the recognition time-out, in milliseconds.
Syntax
var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_RecognitionTimeout(value);

Parameters

value
Recognition time-out, in milliseconds.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
9
5
11
5
See Also