Class PatchCodeParameters
Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.1.0)
Parameter PatchCode.
[XmlSerialization(Name = "Aspose.BarCode.Reader.Properties.BarcodeParameters.PatchCodeParameters")]
public class PatchCodeParameters
Pewarisan
Anggota yang Dwarisi
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properti
ExtraBarcodeText
Menentukan codetext untuk barcode QR tambahan, ketika PatchCode dihasilkan dalam mode halaman.
[XmlSerialization(Type = XmlSerializationType.Element)]
public string ExtraBarcodeText { get; set; }
Nilai Properti
PatchFormat
Format PatchCode. Pilih PatchOnly untuk menghasilkan satu PatchCode. Gunakan format halaman untuk menghasilkan halaman Patch dengan PatchCodes sebagai batas. Nilai default: PatchFormat.PatchOnly
[XmlSerialization(Type = XmlSerializationType.Element)]
public PatchFormat PatchFormat { get; set; }
Nilai Properti
Metode
ToString()
Mengembalikan representasi string yang dapat dibaca manusia dari Aspose.BarCode.Generation.PatchCodeParameters ini.
public override string ToString()
Mengembalikan
Sebuah string yang mewakili Aspose.BarCode.Generation.PatchCodeParameters ini.