Class QrStructuredAppendParameters
Class QrStructuredAppendParameters
Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.2.0)
QR structured append parameters.
[XmlSerialization(Name = "Aspose.BarCode.Reader.Properties.BarcodeParameters.QrParameters.QrStructuredAppend")]
public class QrStructuredAppendParameters
Inheritance
object ← QrStructuredAppendParameters
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
ParityByte
Gets or sets the QR structured append mode parity data.
public byte ParityByte { get; set; }
Property Value
SequenceIndicator
Gets or sets the index of the QR structured append mode barcode. Index starts from 0.
public int SequenceIndicator { get; set; }
Property Value
TotalCount
Gets or sets the QR structured append mode barcodes quantity. Max value is 16.
public int TotalCount { get; set; }