Class CodablockParameters

Class CodablockParameters

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

Codablock parameters.

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

Inheritance

objectCodablockParameters

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.

[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

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.CodablockParameters.

public override string ToString()

Returns

string

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

 English