Class PatchCodeParameters
Class PatchCodeParameters
이름 공간 : Aspose.BarCode.Generation 모임: Aspose.BarCode.dll (25.4.0)
패치 코드 파라미터
[XmlSerialization(Name = "Aspose.BarCode.Reader.Properties.BarcodeParameters.PatchCodeParameters")]
public class PatchCodeParameters
Inheritance
상속 회원들
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
ExtraBarcodeText
추가 QR 바코드에 대한 코드 텍스트를 지정하면 PatchCode가 페이지 모드에서 생성됩니다.
[XmlSerialization(Type = XmlSerializationType.Element)]
public string ExtraBarcodeText { get; set; }
부동산 가치
PatchFormat
패치코드 형식. 패치코드를 선택하려면 단일 패치코드를 생성합니다. 페이지 형식을 사용하여 패치코드를 사용하여 페이지를 생성합니다.기본 값: PatchFormat.PatchOnly
[XmlSerialization(Type = XmlSerializationType.Element)]
public PatchFormat PatchFormat { get; set; }
부동산 가치
Methods
ToString()
이 Aspose.BarCode.Generation.PatchCodeParameters의 인간 읽을 수 있는 링 대표를 반환합니다.
public override string ToString()
Returns
이 Aspose.BarCode.Generation.PatchCodeParameters를 나타내는 라인입니다.