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(負荷バー)の厚さを取得または設定します。デフォルト値:12p

[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パラメーターを表す列です。

 日本語