Class PostalParameters
Class PostalParameters
Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.2.0)
Postal parameters. Used for Postnet, Planet.
[XmlSerialization(Name = "Aspose.BarCode.Reader.Properties.BarcodeParameters.PostalParameters")]
public class PostalParameters
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
PostalShortBarHeight
Short bar’s height of Postal barcodes.
[XmlSerialization(Type = XmlSerializationType.Element, Name = "PostalShortBarHeight")]
public Unit PostalShortBarHeight { get; set; }
Property Value
Methods
ToString()
Returns a human-readable string representation of this Aspose.BarCode.Generation.PostalParameters.
public override string ToString()
Returns
A string that represents this Aspose.BarCode.Generation.PostalParameters.