Class PatchCodeParameters

Class PatchCodeParameters

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

PatchCode 매개변수.

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

상속

objectPatchCodeParameters

상속된 멤버

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

속성

ExtraBarcodeText

페이지 모드에서 PatchCode가 생성될 때 추가 QR 바코드의 코드 텍스트를 지정합니다.

[XmlSerialization(Type = XmlSerializationType.Element)]
public string ExtraBarcodeText { get; set; }

속성 값

string

PatchFormat

PatchCode 형식입니다. 단일 PatchCode를 생성하려면 PatchOnly를 선택하십시오. PatchCodes를 테두리로 사용하는 Patch 페이지를 생성하려면 페이지 형식을 사용하십시오. 기본값: PatchFormat.PatchOnly

[XmlSerialization(Type = XmlSerializationType.Element)]
public PatchFormat PatchFormat { get; set; }

속성 값

PatchFormat

메서드

ToString()

이 Aspose.BarCode.Generation.PatchCodeParameters의 사람이 읽을 수 있는 문자열 표현을 반환합니다.

public override string ToString()

반환값

string

이 Aspose.BarCode.Generation.PatchCodeParameters를 나타내는 문자열입니다.

 한국어