Class CodablockParameters
Class CodablockParameters
Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.8.0)
Codablock parameters.
[XmlSerialization(Name = "Aspose.BarCode.Reader.Properties.BarcodeParameters.CodablockParameters")]
public class CodablockParametersInheritance
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
Columns
Columns count.
[XmlSerialization(Type = XmlSerializationType.Element)]
public int Columns { get; set; }Property Value
Rows
Rows count.
[XmlSerialization(Type = XmlSerializationType.Element)]
public int Rows { get; set; }Property Value
Methods
ToString()
Returns a human-readable string representation of this Aspose.BarCode.Generation.CodablockParameters.
public override string ToString()Returns
A string that represents this Aspose.BarCode.Generation.CodablockParameters.