Class PatchCodeParameters

Class PatchCodeParameters

Nama dari : Aspose.BarCode.Generation Perhitungan: Aspose.BarCode.dll (25.4.0)

dengan parameter patchcode.

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

Inheritance

object PatchCodeParameters

anggota yang diwarisi

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

Properties

ExtraBarcodeText

Menentukan kode teks untuk kode bar QR tambahan, ketika PatchCode dihasilkan dalam mode halaman.

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

Nilai Properti

string

PatchFormat

Format PatchCode. pilih PatchOnly untuk menghasilkan satu PatchCode. gunakan format halaman untuk menghasilkan halaman Patch dengan PatchCodes sebagai batas.Nilai lalai: PatchFormat.PatchOnly

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

Nilai Properti

PatchFormat

Methods

ToString()

Mengembalikan representasi string yang dapat dibaca oleh manusia dari Aspose.BarCode.Generation.PatchCodeParameters ini.

public override string ToString()

Returns

string

Sebuah string yang mewakili Aspose.BarCode.Generation.PatchCodeParameter ini.

 Indonesia