get_UseMultithreading Method
Gets a value indicating whether the barcode reader must use multiple threads for barcode reading.
var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
var value; // Type: boolean
value = instance.get_UseMultithreading();
function get_UseMultithreading() : boolean;
Return Value
True - barcode reader will use multiple threads for barcode reading; False - barcode reader will use single thread for barcode reading.