Class Padding
Class Padding
Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.2.0)
Paddings parameters.
public class Padding
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Bottom
Bottom padding.
[XmlSerialization(Type = XmlSerializationType.Element, Name = "Bottom")]
public Unit Bottom { get; set; }
Property Value
Left
Left padding.
[XmlSerialization(Type = XmlSerializationType.Element, Name = "Left")]
public Unit Left { get; set; }
Property Value
Right
Right padding.
[XmlSerialization(Type = XmlSerializationType.Element, Name = "Right")]
public Unit Right { get; set; }
Property Value
Top
Top padding.
[XmlSerialization(Type = XmlSerializationType.Element, Name = "Top")]
public Unit Top { get; set; }
Property Value
Methods
ToString()
Returns a human-readable string representation of this Aspose.BarCode.Generation.Padding.
public override string ToString()
Returns
A string that represents this Aspose.BarCode.Generation.Padding.