Barcode Count Capture List
Defined in namespace Scandit.DataCapture.Barcode.Count.Capture.List
- BarcodeCountCaptureList
class BarcodeCountCaptureList
Added in version 6.17.0
Component for BarcodeCount that allows it to scan against a list of expected barcodes.
- Create()
static BarcodeCountCaptureList Create(IBarcodeCountCaptureListListener listener, IList<TargetBarcode> targetBarcodes)
Added in version 6.17.0
Constructs a new capture list component and sets an initial list of target barcodes to search for. This list may be null.