Class Padding

Class Padding

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

Paddings parameters.

public class Padding

Inheritance

objectPadding

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

Unit

Left

Left padding.

[XmlSerialization(Type = XmlSerializationType.Element, Name = "Left")]
public Unit Left { get; set; }

Property Value

Unit

Right

Right padding.

[XmlSerialization(Type = XmlSerializationType.Element, Name = "Right")]
public Unit Right { get; set; }

Property Value

Unit

Top

Top padding.

[XmlSerialization(Type = XmlSerializationType.Element, Name = "Top")]
public Unit Top { get; set; }

Property Value

Unit

Methods

ToString()

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

public override string ToString()

Returns

string

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

 English