QrStructuredAppendParameters

QrStructuredAppendParameters class

QR structured append parameters.

public class QrStructuredAppendParameters : joint.BaseJavaClass

Constructors

NameDescription
QrStructuredAppendParameters(object)Initializes a new instance of the QrStructuredAppendParameters class.

Methods

NameDescription
getParityByteGets the QR structured append mode parity data.
getSequenceIndicatorGets the index of the QR structured append mode barcode. Index starts from 0.
getTotalCountGets the QR structured append mode barcodes quantity. Max value is 16.
init
setParityByte(object)Sets the QR structured append mode parity data.
setSequenceIndicator(object)Sets the index of the QR structured append mode barcode. Index starts from 0.
setTotalCount(object)Sets the QR structured append mode barcodes quantity. Max value is 16.

See Also