Click or drag to resize

IDecoderResult Interface

Defines the result of decoding a barcode.

Namespace:  Opait.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
public interface IDecoderResult

The IDecoderResult type exposes the following members.

Properties
  NameDescription
Public propertyBarcodeType
Gets the type of the detected barcode.
Public propertyErrorCorrectionLevel
Gets the error correction level.
Public propertyOrientation
Gets the detected orientation of the barcode in multiples of 90 degrees.
Public propertyPageNumber
Gets the zero-based index of the page where barcode was detected.
Public propertyParsedText
Gets the parsed version of the decoder results.
Public propertyRawBytes
Gets raw bytes encoded by the barcode, if applicable, otherwise
null
.
Public propertyResultPoints
Gets the points related to the location of the barcode in the image.
Public propertyResultType
Get the type of the encoded data.
Public propertyText
Gets the text encoded by the barcode, if applicable, otherwise
null
Public propertyTimeStamp
Gets the time stamp of the barcode, if supported.
Top
See Also