Target Barcode
Defined in namespace Scandit.DataCapture.Barcode.Count.Capture.List
- TargetBarcode
class TargetBarcodeAdded in version 6.18.0
A barcode that’s part of a list of targets for BarcodeCountCaptureList.
- Create()
static TargetBarcode Create(
stringdata,intquantity)Added in version 6.18.0
Constructs a new target barcode to be added to a BarcodeCountCaptureList.
- Data
stringData { get; }Added in version 6.18.0
The data of the target barcode, as a sequence of characters.
- Quantity
intQuantity { get; }Added in version 6.18.0
The number of times that the target barcode is expected to be scanned.