Class PatchCodeParameters

Class PatchCodeParameters

Tên không gian: Aspose.BarCode.Generation Tổng hợp: Aspose.BarCode.dll (25.4.0)

Các thông số PatchCode

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

Inheritance

object PatchCodeParameters

Thành viên thừa kế

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

Properties

ExtraBarcodeText

Nó chỉ định văn bản mã cho một mã thanh QR bổ sung, khi PatchCode được tạo trong chế độ trang.

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

Giá trị bất động sản

string

PatchFormat

PatchCode định dạng. chọn PatchOnly để tạo PatchCode duy nhất. sử dụng định dạng trang để tạo Patch page với PatchCodes như giới hạn.Giá trị mặc định: PatchFormat.PatchOnly

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

Giá trị bất động sản

PatchFormat

Methods

ToString()

Trở lại một biểu hiện chuỗi người đọc của Aspose.BarCode.Generation.PatchCodeParameters này.

public override string ToString()

Returns

string

Một dòng đại diện cho Aspose.BarCode.Generation.PatchCodeParameters này.

 Tiếng Việt