QRExtendedParameters
Contents
[
Hide
]QRExtendedParameters class
Module: aspose_barcode.recognition.qr_extended_parameters
Stores a QR Structured Append information of recognized barcode. This sample shows how to get QR Structured Append data
Constructors
| Name | Description |
|---|---|
| init |
Methods
| Name | Return Type | Static | Description |
|---|---|---|---|
| eq | bool | No | Returns a value indicating whether this instance is equal to a specified QRExtendedParameters value. |
| hash | int | No | Returns the hash code for the current instance. |
| str | str | No | Returns a human-readable string representation of this QRExtendedParameters. |
| error_level | int | No | |
| is_empty | bool | No | |
| micro_qr_version | int | No | |
| qr_error_level | int | No | |
| qr_structured_append_mode_barcode_index | int | No | |
| qr_structured_append_mode_barcodes_quantity | int | No | |
| qr_structured_append_mode_parity_data | int | No | |
| qr_version | int | No | |
| rect_micro_qr_version | int | No | |
| structured_append_mode_barcode_index | int | No | |
| structured_append_mode_barcodes_quantity | int | No | |
| structured_append_mode_parity_data | int | No | |
| version | int | No |