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

ระบุ codetext สำหรับ QR barcode เสริม เมื่อสร้าง PatchCode ในโหมดหน้า

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

ค่า Property

string

PatchFormat

รูปแบบ PatchCode เลือก PatchOnly เพื่อสร้าง PatchCode เดียว ใช้รูปแบบหน้าเพื่อสร้าง Patch page พร้อม PatchCodes เป็นขอบ ค่าเริ่มต้น: PatchFormat.PatchOnly

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

ค่า Property

PatchFormat

วิธีการ

ToString()

คืนค่าข้อความที่อ่านได้สำหรับมนุษย์ซึ่งเป็นตัวแทนของ Aspose.BarCode.Generation.PatchCodeParameters นี้

public override string ToString()

คืนค่า

string

ข้อความที่เป็นตัวแทนของ Aspose.BarCode.Generation.PatchCodeParameters นี้

 แบบไทย