Class SupplementParameters

Class SupplementParameters

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

Tham số bổ sung. Sử dụng cho Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN.

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

Kế thừa

objectSupplementParameters

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

SupplementData

Dữ liệu bổ sung theo BarCode.

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

Giá trị thuộc tính

string

SupplementSpace

Khoảng cách giữa BarCode chính và BarCode bổ sung trong giá trị Aspose.Bar.Code.Generation.Unit.

[XmlSerialization(Type = XmlSerializationType.Element, Name = "SupplementSpace")]
public Unit SupplementSpace { get; }

Giá trị thuộc tính

Unit

Ngoại lệ

ArgumentException

Giá trị tham số Space nhỏ hơn 0.

Phương thức

ToString()

Trả về một chuỗi đại diện dễ đọc của Aspose.BarCode.Generation.SupplementParameters này.

public override string ToString()

Trả về

string

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

 Tiếng Việt