Class Code16KParameters

Class Code16KParameters

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

Code16K parameters.

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

Inheritance

objectCode16KParameters

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

QuietZoneLeftCoef

Size of the left quiet zone in xDimension. Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px.

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

Property Value

int

QuietZoneRightCoef

Size of the right quiet zone in xDimension. Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px.

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

Property Value

int

Methods

ToString()

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

public override string ToString()

Returns

string

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

 English