Click or drag to resize

BarCode Class

Describes a barcode symbol found within an image.
Inheritance Hierarchy
SystemObject
  Atalasoft.Barcoding.ReadingBarCode

Namespace:  Atalasoft.Barcoding.Reading
Assembly:  Atalasoft.dotImage.Barcoding.Reading (in Atalasoft.dotImage.Barcoding.Reading.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public sealed class BarCode

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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
The ReadBars method of BarCodeReader returns an array of these. The methods of this class return details of the barcode, including encodation, symbology, and postion within the image.
See Also