Class ITFParameters
Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.1.0)
Các tham số ITF.
[XmlSerialization(Name = "Aspose.BarCode.Reader.Properties.BarcodeParameters.ITFParameters")]
public class ITFParameters
Kế thừa
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
ItfBorderThickness
Lấy hoặc thiết lập độ dày biên ITF (bearer bar) theo giá trị Unit.
Giá trị mặc định: 12pt.
[XmlSerialization(Type = XmlSerializationType.Element, Name = "ItfBorderThickness")]
public Unit ItfBorderThickness { get; set; }
Giá trị thuộc tính
ItfBorderType
Loại biên của mã vạch ITF.
Giá trị mặc định: ITF14BorderType.Bar.
[XmlSerialization(Type = XmlSerializationType.Element)]
public ITF14BorderType ItfBorderType { get; set; }
Giá trị thuộc tính
QuietZoneCoef
Kích thước của các vùng yên tĩnh trong xDimension.
Giá trị mặc định: 10, có nghĩa là nếu xDimension = 2px thì các vùng yên tĩnh sẽ là 20px.
[XmlSerialization(Type = XmlSerializationType.Element)]
public int QuietZoneCoef { get; set; }
Giá trị thuộc tính
Ngoại lệ
Giá trị tham số QuietZoneCoef nhỏ hơn 10.
Phương thức
ToString()
Trả về một chuỗi có thể đọc được của Aspose.BarCode.Generation.ITFParameters này.
public override string ToString()
Trả về
Một chuỗi đại diện cho Aspose.BarCode.Generation.ITFParameters này.