Aspose::BarCode::Generation::QrStructuredAppendParameters class
QrStructuredAppendParameters class
QR structured append parameters.
class QrStructuredAppendParameters : public System::Object
Methods
| Method | Description |
|---|---|
| get_ParityByte() const | Gets 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
- Namespace Aspose::BarCode::Generation
- Library Aspose.BarCode for C++