QrStructuredAppendParameters
Contents
[
Hide
]QrStructuredAppendParameters class
Namespace: Aspose.Barcode.Generation
QR structured append parameters.
Constructors
| Name | Description |
|---|---|
| __construct |
Properties
| Name | Read/Write | Description |
|---|---|---|
| ParityByte | Read/Write | Gets the QR structured append mode parity data. |
| SequenceIndicator | Read/Write | Gets the index of the QR structured append mode barcode. Index starts from 0. |
| TotalCount | Read/Write | Gets the QR structured append mode barcodes quantity. Max value is 16. |
QrStructuredAppendParameters__construct(QrStructuredAppendParametersDTO $qrStructuredAppendParametersDto)
| Parameter | Type | Description |
|---|---|---|
$qrStructuredAppendParametersDto | QrStructuredAppendParametersDTO |
ParityByte
Access: Read/Write
Gets the QR structured append mode parity data.
Sets the QR structured append mode parity data.
| Parameter | Type | Description |
|---|---|---|
$value | int |
SequenceIndicator
Access: Read/Write
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 |
TotalCount
Access: Read/Write
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 |