VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebBarcodeReaderSettingsJS type / get_UseMultithreading Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_UseMultithreading Method
In This Topic
Gets a value indicating whether the barcode reader must use multiple threads for barcode reading.
Syntax
var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();

var value; // Type: boolean
value = instance.get_UseMultithreading();

Return Value

True - barcode reader will use multiple threads for barcode reading; False - barcode reader will use single thread for barcode reading.
Browser Compatibility
9
5
11
5
See Also