Class QrStructuredAppendParameters

Class QrStructuredAppendParameters

Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.1.0)

QR 구조적 추가 매개변수.

[XmlSerialization(Name = "Aspose.BarCode.Reader.Properties.BarcodeParameters.QrParameters.QrStructuredAppend")]
public class QrStructuredAppendParameters

상속

objectQrStructuredAppendParameters

상속된 멤버

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

속성

ParityByte

QR 구조적 추가 모드 패리티 데이터를 가져오거나 설정합니다.

public byte ParityByte { get; set; }

속성 값

byte

SequenceIndicator

QR 구조적 추가 모드 바코드의 인덱스를 가져오거나 설정합니다. 인덱스는 0부터 시작합니다.

public int SequenceIndicator { get; set; }

속성 값

int

TotalCount

QR 구조적 추가 모드 바코드의 수량을 가져오거나 설정합니다. 최대 값은 16입니다.

public int TotalCount { get; set; }

속성 값

int

 한국어