QrStructuredAppendParameters

QrStructuredAppendParameters class

Namespace: Aspose.Barcode.Generation

QR structured append parameters.

Constructors

NameDescription
__construct

Properties

NameRead/WriteDescription
ParityByteRead/WriteGets the QR structured append mode parity data.
SequenceIndicatorRead/WriteGets the index of the QR structured append mode barcode. Index starts from 0.
TotalCountRead/WriteGets the QR structured append mode barcodes quantity. Max value is 16.

QrStructuredAppendParameters__construct(QrStructuredAppendParametersDTO $qrStructuredAppendParametersDto)

ParameterTypeDescription
$qrStructuredAppendParametersDtoQrStructuredAppendParametersDTO

ParityByte

Access: Read/Write

Gets the QR structured append mode parity data.

Sets the QR structured append mode parity data.

ParameterTypeDescription
$valueint

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.

ParameterTypeDescription
$valueint

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.

ParameterTypeDescription
$valueint