Target Barcode

Defined under the namespace Scandit.Datacapture.Barcode.Count

TargetBarcode
class TargetBarcode

Added in version 6.17.0

A barcode that’s part of a list of targets for BarcodeCountCaptureList.

create(data, quantity)
static create(data: string,
        quantity: number): TargetBarcode

Added in version 6.17.0

Constructs a new target barcode to be added to a BarcodeCountCaptureList.

data
get data(): string

Added in version 6.17.0

The data of the target barcode, as a sequence of characters.

quantity
get quantity(): number

Added in version 6.17.0

The number of times that the target barcode is expected to be scanned.