Click or drag to resize

BarcodeResult Class

Class defines the result of decoding a barcode.
Inheritance Hierarchy
SystemObject
  Opait.BarcodeBarcodeResult

Namespace:  Opait.Barcode
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntax
C#
public class BarcodeResult

The BarcodeResult type exposes the following members.

Fields
  NameDescription
Public fieldBarcodeType
Gets the type of the detected barcode.
Public fieldErrorCorrectionLevel
Gets the error correction level.
Public fieldOrientation
Gets the detected orientation of the barcode in multiples of 90 degrees.
Public fieldPageNumber
Gets the zero-based index of the page where barcode was detected.
Public fieldParsedText
Parsed version of the barcode results.
Public fieldRawBytes
Raw bytes encoded by the barcode, if applicable, otherwise
null
.
Public fieldResultPoints
Points related to the location of the barcode in the image.
Public fieldResultType
The type of the encoded data.
Public fieldText
Gets the text encoded by the barcode, if applicable, otherwise
null
Public fieldTimeStamp
Gets the time stamp of the barcode, if supported.
Top
See Also