BarcodeResult Class |
Namespace: Opait.Barcode
public class BarcodeResult
The BarcodeResult type exposes the following members.
| Name | Description | |
|---|---|---|
| BarcodeType |
Gets the type of the detected barcode.
| |
| ErrorCorrectionLevel |
Gets the error correction level.
| |
| Orientation |
Gets the detected orientation of the barcode in multiples of 90 degrees.
| |
| PageNumber |
Gets the zero-based index of the page where barcode was detected.
| |
| ParsedText |
Parsed version of the barcode results.
| |
| RawBytes |
Raw bytes encoded by the barcode, if applicable, otherwise null | |
| ResultPoints |
Points related to the location of the barcode in the image.
| |
| ResultType |
The type of the encoded data.
| |
| Text |
Gets the text encoded by the barcode, if applicable, otherwise null | |
| TimeStamp |
Gets the time stamp of the barcode, if supported.
|