get_CollectTestInformation Method
Gets a value indicating whether the barcode reader must collect information for quality test.
var instance = new Vintasoft.Barcode.WebBarcodeReaderSettingsJS();
var value; // Type: boolean
value = instance.get_CollectTestInformation();
function get_CollectTestInformation() : boolean;
Return Value
True - the barcode reader must collect information for quality test; False - the barcode reader must NOT collect information for quality test.