Class Padding
Class Padding
Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.1.0)
パディングパラメータ。
public class Padding
継承
継承されたメンバー
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
プロパティ
Bottom
下パディング。
[XmlSerialization(Type = XmlSerializationType.Element, Name = "Bottom")]
public Unit Bottom { get; set; }
プロパティ値
Left
左パディング。
[XmlSerialization(Type = XmlSerializationType.Element, Name = "Left")]
public Unit Left { get; set; }
プロパティ値
Right
右パディング。
[XmlSerialization(Type = XmlSerializationType.Element, Name = "Right")]
public Unit Right { get; set; }
プロパティ値
Top
上パディング。
[XmlSerialization(Type = XmlSerializationType.Element, Name = "Top")]
public Unit Top { get; set; }
プロパティ値
メソッド
ToString()
このAspose.BarCode.Generation.Paddingの人間が読める文字列表現を返します。
public override string ToString()
戻り値
このAspose.BarCode.Generation.Paddingを表す文字列。