GMSE Imaging
gmseBarcodeInfo Class
Helper class for the barcode reader. The reader stores information about the detected barcodes in this class.
Member
Constructors
gmseBarcodeInfo()
Standard constructor
Properties
ReadOnly Property BarcodeType() As gmse.Imaging.gmseBarcodeType
Gets the type of the detected barcode.
ReadOnly Property CheckSum() As System.String
The checksum. The value is only valid for symbologies where the checksum is optional (like 2 of 5 or Code 39)
ReadOnly Property CheckSumValid() As System.Int32
True, if the checksum is correct.
ReadOnly Property LocationCount() As System.Int32
Count of rows where the barcode was detected.
ReadOnly Property Text() As System.String
Gets the detected barcode.
Functions
Function Equals(obj As Object) As System.Boolean
Inherited from System.Object.
Function GetHashCode() As System.Int32
Inherited from System.Object.
Function GetLocation(Index As Int32) As System.Drawing.Rectangle
Rows where the barcode was detected.
Function GetType() As System.Type
Inherited from System.Object.
Function ToString() As System.String
Inherited from System.Object.
Thread Safety
Any instance members are not guaranteed to be thread safe.
Requirements
Namespace : gmse.Imaging
Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: gmseImaging.dll