Class DataBarParameters

Class DataBarParameters

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

Parametry Databar.

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

Dziedziczenie

objectDataBarParameters

Członkowie dziedziczeni

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

Właściwości

AspectRatio

Stosunek wysokości do szerokości modułu kodu kreskowego 2D.
Używany dla DataBar stacked.

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

Wartość właściwości

float

Columns

Liczba kolumn.

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

Wartość właściwości

int

Is2DCompositeComponent

Włącza flagę komponentu 2D z kodem kreskowym DataBar.

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

Wartość właściwości

bool

IsAllowOnlyGS1Encoding

Jeśli ta flaga jest ustawiona, pozwala tylko na standard kodowania GS1 dla typów kodów kreskowych Databar.

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

Wartość właściwości

bool

Rows

Liczba wierszy.

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

Wartość właściwości

int

Metody

ToString()

Zwraca czytelną dla człowieka reprezentację tekstową tego Aspose.BarCode.Generation.DataBarParameters.

public override string ToString()

Zwraca

string

Łańcuch, który reprezentuje ten Aspose.BarCode.Generation.DataBarParameters.

 Polski