Class ITFParameters

Class ITFParameters

名称: Aspose.BarCode.Generation 聚集: Aspose.BarCode.dll (25.4.0)

ITF 参数

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

Inheritance

object ITFParameters

继承人

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

Properties

ItfBorderThickness

在单位值中获得或设置 ITF 边界(携带栏)厚度。默认值: 12pt。

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

财产价值

Unit

ItfBorderType

ITF条形码的边界类型。默认值: ITF14BorderType.Bar。

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

财产价值

ITF14BorderType

QuietZoneCoef

平静区的尺寸在XD尺寸。默认值: 10,即如果 xDimension = 2px 比平静区域将是 20px。

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

财产价值

int

Exceptions

ArgumentException

参数值低于10。

Methods

ToString()

返回这个 Aspose.BarCode.Generation.ITFP参数的人可读的序列代表性。

public override string ToString()

Returns

string

列代表此 Aspose.BarCode.Generation.ITFP 参数。

 中文