Class ITFParameters

Class ITFParameters

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

Các thông số ITF

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

Inheritance

object ITFParameters

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

ItfBorderThickness

Nhận hoặc đặt một độ dày giới hạn ITF (bar bìa) trong giá trị đơn vị.Giá trị mặc định: 12pt.

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

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

Unit

ItfBorderType

Loại biên giới của ITF Barcode.Giá trị mặc định: ITF14BorderType.Bar

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

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

ITF14BorderType

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 so với các vùng yên tĩnh sẽ là 20px.

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

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

int

Exceptions

ArgumentException

Giá trị của thông số ít hơn 10.

Methods

ToString()

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

public override string ToString()

Returns

string

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

 Tiếng Việt