Click or drag to resize

BarCode Properties

The BarCode type exposes the following members.

Properties
  NameDescription
Public propertyBoundingRect
The bounding rectangle of the barcode.
Public propertyCheckCharPos
The index of the check character in the DataString, or -1 if not present.
Public propertyConfidence
Represents the detected barcode recognition confidence.
Public propertyData
The raw barcode data as an array of bytes.
Public propertyDataString
The data encoded by this barcode, as a String
Public propertyEndEdgePoints
Two points delimiting the trailing edge of the barcode.
Public propertyErrorCorrectionLevel Obsolete.
The error correction level.
Public propertyHasSupplemental
true if this barcode has a supplemental barcode.
Public propertyReadDirection
The direction in which the barcode was read.
Public propertyStartEdgePoints
Two points delimiting the leading edge of the barcode.
Public propertyStructAppend
The Structured Append data for this barcode if applicable, else null.
Public propertySupplemental
The supplemental barcode associated with this barcode, or null if none.
Public propertySupplmental Obsolete.
old misspelling of 'Supplemental'.
Public propertySymbology
The symbology of this barcode.
Top
See Also