Class QrStructuredAppendParameters

java.lang.Object
com.aspose.barcode.generation.QrStructuredAppendParameters

public class QrStructuredAppendParameters extends Object
QR structured append parameters.
  • Method Details

    • getParityByte

      public byte getParityByte()
      Gets the QR structured append mode parity data.
    • setParityByte

      public void setParityByte(byte value)
      Sets the QR structured append mode parity data.
    • getSequenceIndicator

      public int getSequenceIndicator()
      Gets the index of the QR structured append mode barcode. Index starts from 0.
    • setSequenceIndicator

      public void setSequenceIndicator(int value)
      Sets the index of the QR structured append mode barcode. Index starts from 0.
    • getTotalCount

      public int getTotalCount()
      Gets the QR structured append mode barcodes quantity. Max value is 16.
    • setTotalCount

      public void setTotalCount(int value)
      Sets the QR structured append mode barcodes quantity. Max value is 16.