Barcode Metadata

Defined under the namespace Scandit.Datacapture.Id

BarcodeMetadata
class BarcodeMetadata

Added in version 6.28.2

Contains metadata about a decoded barcode, including error correction level and module counts.

errorCorrection
get errorCorrection(): number

Added in version 6.28.2

The error correction level of the barcode.

moduleCountX
get moduleCountX(): number

Added in version 6.28.2

The number of modules in the horizontal direction of the barcode.

moduleCountY
get moduleCountY(): number

Added in version 6.28.2

The number of modules in the vertical direction of the barcode.