QrStructuredAppendParameters
Contents
[
Hide
]QrStructuredAppendParameters class
Module: aspose_barcode.generation.qr_structured_append_parameters
QR structured append parameters.
Constructors
| Name | Description |
|---|---|
| init |
Properties
| Name | Type | Description |
|---|---|---|
| parity_byte | int | Gets the QR structured append mode parity data. |
| sequence_indicator | int | Gets the index of the QR structured append mode barcode. Index starts from 0. |
| total_count | int | Gets the QR structured append mode barcodes quantity. Max value is 16. |
QrStructuredAppendParameters Constructor
__init__(self, _java_class)
| Parameter | Type | Description |
|---|---|---|
_java_class | `` |
QrStructuredAppendParameters.parity_byte
Type: int
Gets the QR structured append mode parity data.
Sets the QR structured append mode parity data.
| Parameter | Type | Description |
|---|---|---|
value | int |
QrStructuredAppendParameters.sequence_indicator
Type: int
Gets the index of the QR structured append mode barcode. Index starts from 0.
Sets the index of the QR structured append mode barcode. Index starts from 0.
| Parameter | Type | Description |
|---|---|---|
value | int |
QrStructuredAppendParameters.total_count
Type: int
Gets the QR structured append mode barcodes quantity. Max value is 16.
Sets the QR structured append mode barcodes quantity. Max value is 16.
| Parameter | Type | Description |
|---|---|---|
value | int |