Class Padding

Class Padding

이름 공간 : Aspose.BarCode.Generation 모임: Aspose.BarCode.dll (25.4.0)

패드링 파라미터

public class Padding

Inheritance

object Padding

상속 회원들

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

Bottom

밑바닥 밑바닥

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

부동산 가치

Unit

Left

왼쪽 패딩

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

부동산 가치

Unit

Right

올바른 패딩

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

부동산 가치

Unit

Top

꼭대기 패딩

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

부동산 가치

Unit

Methods

ToString()

이 Aspose.BarCode.Generation.Padding에 대한 인간 읽을 수 있는 스트리트 표현을 반환합니다.

public override string ToString()

Returns

string

이 Aspose.BarCode.Generation.Padding을 나타내는 스트립.

 한국어