IDecoderResult Interface | 
Namespace: Opait.Barcoder.Api
public interface IDecoderResult
The IDecoderResult 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 | 
            Gets the parsed version of the decoder results.
              | |
| RawBytes | 
            Gets raw bytes encoded by the barcode, if applicable, otherwise  null | |
| ResultPoints | 
            Gets the points related to the location of the barcode in the image.
              | |
| ResultType | 
            Get 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.
              |