Aspose::BarCode::Generation::QrStructuredAppendParameters class

QrStructuredAppendParameters class

QR structured append parameters.

class QrStructuredAppendParameters : public System::Object

Methods

MethodDescription
get_ParityByte() constGets the QR structured append mode parity data.
get_SequenceIndicator()Gets the index of the QR structured append mode barcode. Index starts from 0.
get_TotalCount()Gets the QR structured append mode barcodes quantity. Max value is 16.
set_ParityByte(uint8_t)Sets the QR structured append mode parity data.
set_SequenceIndicator(int32_t)Sets the index of the QR structured append mode barcode. Index starts from 0.
set_TotalCount(int32_t)Sets the QR structured append mode barcodes quantity. Max value is 16.

See Also