Class Margin

Class Margin

이름 공간 : Aspose.Html.Drawing 구성: Aspose.HTML.dll (25.4.0)

페이지 마진을 나타냅니다.

[ComVisible(true)]
public class Margin

Inheritance

object Margin

상속 회원들

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

Constructors

Margin()

Aspose.Html.Drawing.Margin 클래스의 새로운 사례를 시작합니다.

public Margin()

Margin(이트)

Aspose.Html.Drawing.Margin 클래스의 새로운 사례를 시작합니다.

public Margin(int anyMargin)

Parameters

anyMargin int

모든 마진 크기

Margin(Length)

Aspose.Html.Drawing.Margin 클래스의 새로운 사례를 시작합니다.

public Margin(Length anyMargin)

Parameters

anyMargin Length

모든 마진 크기

Margin(인트, 인트, 인트)

Aspose.Html.Drawing.Margin 클래스의 새로운 사례를 시작합니다.

public Margin(int left, int top, int right, int bottom)

Parameters

left int

왼쪽 크기

top int

최고 크기 입니다.

right int

올바른 크기 입니다.

bottom int

낮은 크기 입니다.

Margin(길이, 길이, 길이)

Aspose.Html.Drawing.Margin 클래스의 새로운 사례를 시작합니다.

public Margin(Length left, Length top, Length right, Length bottom)

Parameters

left Length

왼쪽 크기

top Length

최고 크기 입니다.

right Length

올바른 크기 입니다.

bottom Length

낮은 크기 입니다.

Properties

Bottom

밑바닥을 가져오거나 밑바닥을 가져옵니다.

public LengthOrAuto Bottom { get; set; }

부동산 가치

LengthOrAuto

Left

왼쪽을 잡거나 왼쪽을 잡는다.

public LengthOrAuto Left { get; set; }

부동산 가치

LengthOrAuto

Right

오른쪽을 얻거나 설정합니다.

public LengthOrAuto Right { get; set; }

부동산 가치

LengthOrAuto

Top

꼭대기 또는 꼭대기.

public LengthOrAuto Top { get; set; }

부동산 가치

LengthOrAuto

 한국어