Class Padding

Class Padding

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

Paddings parametreleri.

public class Padding

Kalıtım

objectPadding

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

Unit

Sol

Sol boşluk.

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

Özellik Değeri

Unit

Sağ

Sağ boşluk.

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

Özellik Değeri

Unit

Üst

Üst boşluk.

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

Özellik Değeri

Unit

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

string

Bu Aspose.BarCode.Generation.Padding’ı temsil eden bir dize.

 Türkçe