QrStructuredAppendParameters

QrStructuredAppendParameters class

Module: aspose_barcode.generation.qr_structured_append_parameters

QR structured append parameters.

Constructors

NameDescription
init

Properties

NameTypeDescription
parity_byteintGets the QR structured append mode parity data.
sequence_indicatorintGets the index of the QR structured append mode barcode. Index starts from 0.
total_countintGets the QR structured append mode barcodes quantity. Max value is 16.

QrStructuredAppendParameters Constructor

__init__(self, _java_class)
ParameterTypeDescription
_java_class``

QrStructuredAppendParameters.parity_byte

Type: int

Gets the QR structured append mode parity data.

Sets the QR structured append mode parity data.

ParameterTypeDescription
valueint

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.

ParameterTypeDescription
valueint

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.

ParameterTypeDescription
valueint