Class PatchCodeParameters

Class PatchCodeParameters

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

Tham số PatchCode.

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

Kế thừa

objectPatchCodeParameters

Các thành viên kế thừa

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

Thuộc tính

ExtraBarcodeText

Chỉ định codetext cho một mã QR bổ sung, khi PatchCode được tạo trong chế độ trang.

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

Giá trị thuộc tính

string

PatchFormat

Định dạng PatchCode. Chọn PatchOnly để tạo một PatchCode duy nhất. Sử dụng định dạng trang để tạo trang Patch với các PatchCode làm biên giới. Giá trị mặc định: PatchFormat.PatchOnly

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

Giá trị thuộc tính

PatchFormat

Phương thức

ToString()

Trả về một chuỗi đại diện có thể đọc được của Aspose.BarCode.Generation.PatchCodeParameters này.

public override string ToString()

Trả về

string

Một chuỗi đại diện cho Aspose.BarCode.Generation.PatchCodeParameters này.

 Tiếng Việt