QRExtendedParameters
Contents
[
Hide
]QRExtendedParameters class
Namespace: Aspose.Barcode.Recognition
Stores a QR Structured Append information of recognized barcode This sample shows how to get QR Structured Append data
Constructors
| Name | Description |
|---|---|
| __construct |
Methods
| Name | Static | Description |
|---|---|---|
| isEmpty | No |
Properties
| Name | Read/Write | Description |
|---|---|---|
| ErrorLevel | Read-only | Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. |
| MicroQRVersion | Read-only | Version of recognized MicroQR Code. From M1 to M4. return recognized MicroQR Code. From M1 to M4. |
| QRErrorLevel | Read-only | Reed-Solomon error correction level of recognized barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. |
| QRStructuredAppendModeBarCodeIndex | Read-only | Gets the index of the QR structured append mode barcode. Index starts from 0. Default value is -1.Value: The quantity of the QR structured append mode barcode. |
| QRStructuredAppendModeBarCodesQuantity | Read-only | Gets the QR structured append mode barcodes quantity. Default value is -1.Value: The quantity of the QR structured append mode barcode. |
| QRStructuredAppendModeParityData | Read-only | Gets the QR structured append mode parity data. Default value is -1.Value: The index of the QR structured append mode barcode. |
| QRVersion | Read-only | Version of recognized QR Code. From Version1 to Version40. return recognized QR Code |
| RectMicroQRVersion | Read-only | Version of recognized RectMicroQR Code. From R7x43 to R17x139. |
| StructuredAppendModeBarCodeIndex | Read-only | Gets the index of the QR structured append mode barcode. Index starts from 0. Default value is -1. Value: The quantity of the QR structured append mode barcode. |
| StructuredAppendModeBarCodesQuantity | Read-only | Gets the QR structured append mode barcodes quantity. Default value is -1. Value: The quantity of the QR structured append mode barcode. |
| StructuredAppendModeParityData | Read-only | Gets the QR structured append mode parity data. Default value is -1. Value: The index of the QR structured append mode barcode. |
| Version | Read-only | Version of recognized QR Code. From Version1 to Version40. |