Class ITFParameters

Class ITFParameters

Nazwa przestrzeń: Aspose.BarCode.Generation Zgromadzenie: Aspose.BarCode.dll (25.4.0)

parametry ITF.

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

Inheritance

object ITFParameters

Dziedziczeni członkowie

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

Properties

ItfBorderThickness

Otrzymuje lub ustawia gęstość granicy ITF (bar przewoźnika) w wartości jednostkowej.Wartość standardową: 12pt.

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

Wartość nieruchomości

Unit

ItfBorderType

Typ graniczny kodu ITF.Wartość standardową: ITF14BorderType.Bar

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

Wartość nieruchomości

ITF14BorderType

QuietZoneCoef

Rozmiar cichej strefy w rozmiarze xD.Wartość domyślna: 10, co oznacza, że xDimension = 2px niż strefy cichej będzie 20px.

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

Wartość nieruchomości

int

Exceptions

ArgumentException

Wartość parametrów jest mniejsza niż 10.

Methods

ToString()

Powraca ludzkie czytelne łańcuchowe przedstawianie tego Aspose.BarCode.Generation.ITFParameters.

public override string ToString()

Returns

string

Strumień reprezentujący ten Aspose.BarCode.Generation.ITFParameters.

 Polski