set_UseMultithreading Method
In This Topic
Sets a value indicating whether the barcode reader must use multiple threads for barcode reading.
Syntax
var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_UseMultithreading(value);
function set_UseMultithreading(
: boolean
) : any;
Parameters
- value
- True - barcode reader will use multiple threads for barcode reading; False - barcode reader will use single thread for barcode reading.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also