Class ITFParameters

Class ITFParameters

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

ITF 参数。

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

继承

objectITFParameters

继承成员

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

属性

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

安静区的大小,以 xDimension 为单位。
默认值:10,意味着如果 xDimension = 2px,则安静区将为 20px。

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

属性值

int

异常

ArgumentException

QuietZoneCoef 参数值小于 10。

方法

ToString()

返回此 Aspose.BarCode.Generation.ITFParameters 的可读字符串表示形式。

public override string ToString()

返回

string

表示此 Aspose.BarCode.Generation.ITFParameters 的字符串。

 中文