Class DataBarParameters

Class DataBarParameters

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

Databar parameters.

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

Inheritance

object DataBarParameters

Inherited Members

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

Properties

AspectRatio

Height/Width ratio of 2D BarCode module. Used for DataBar stacked.

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

Property Value

float

Columns

Columns count.

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

Property Value

int

Is2DCompositeComponent

Enables flag of 2D composite component with DataBar barcode

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

Property Value

bool

IsAllowOnlyGS1Encoding

If this flag is set, it allows only GS1 encoding standard for Databar barcode types

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

Property Value

bool

Rows

Rows count.

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

Property Value

int

Methods

ToString()

Returns a human-readable string representation of this Aspose.BarCode.Generation.DataBarParameters.

public override string ToString()

Returns

string

A string that represents this Aspose.BarCode.Generation.DataBarParameters.

 English