Class Padding
Class Padding
Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.1.0)
Paddings parametreleri.
public class Padding
Kalıtım
Kalıtılan Üyeler
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Özellikler
Alt
Alt boşluk.
[XmlSerialization(Type = XmlSerializationType.Element, Name = "Bottom")]
public Unit Bottom { get; set; }
Özellik Değeri
Sol
Sol boşluk.
[XmlSerialization(Type = XmlSerializationType.Element, Name = "Left")]
public Unit Left { get; set; }
Özellik Değeri
Sağ
Sağ boşluk.
[XmlSerialization(Type = XmlSerializationType.Element, Name = "Right")]
public Unit Right { get; set; }
Özellik Değeri
Üst
Üst boşluk.
[XmlSerialization(Type = XmlSerializationType.Element, Name = "Top")]
public Unit Top { get; set; }
Özellik Değeri
Metotlar
ToString()
Bu Aspose.BarCode.Generation.Padding nesnesinin insan tarafından okunabilir bir dize temsilini döndürür.
public override string ToString()
Döndürülen
Bu Aspose.BarCode.Generation.Padding’ı temsil eden bir dize.