클래스 페이지 크기

참고

PDF 문서의 페이지 크기를 나타내는 클래스.

public class PageSize

상속

objectPageSize

파생

상속된 멤버

생성자

PageSize()

Documentize.PageSize의 생성자. 기본적으로 A4 크기입니다.

public PageSize()

PageSize(double, double)

Documentize.PageSize의 생성자.

public PageSize(double width, double height)

매개변수

  • width double: 페이지의 너비.
  • height double: 페이지의 높이.

속성

A0

A0 크기 (1189x840 mm).

public static PageSize A0 { get; }

속성 값

PageSize

A1

A1 크기 (840x594 mm).

public static PageSize A1 { get; }

속성 값

PageSize

A2

A2 크기 (594x420 mm).

public static PageSize A2 { get; }

속성 값

PageSize

A3

A3 크기 (420x297 mm).

public static PageSize A3 { get; }

속성 값

PageSize

A4

A4 크기 (297x210 mm).

public static PageSize A4 { get; }

속성 값

PageSize

A5

A5 크기 (210x148 mm).

public static PageSize A5 { get; }

속성 값

PageSize

A6

A6 크기 (148x105 mm).

public static PageSize A6 { get; }

속성 값

PageSize

B5

B5 크기 (250x176 mm).

public static PageSize B5 { get; }

속성 값

PageSize

Height

페이지 높이를 가져오거나 설정합니다.

public double Height { get; set; }

속성 값

double

IsLandscape

페이지 방향을 가져옵니다. 이 방향이 가로 방향이면 true를 반환하고, 세로 방향이면 false를 반환합니다.

public bool IsLandscape { get; }

속성 값

bool

P11x17

11x17 인치 형식.

public static PageSize P11x17 { get; }

속성 값

PageSize

PageLedger

Ledger 크기 (432x279 mm).

public static PageSize PageLedger { get; }

속성 값

PageSize

Legal 크기 (356x216 mm).

public static PageSize PageLegal { get; }

속성 값

PageSize

PageLetter

Letter 크기 (279x216 mm).

public static PageSize PageLetter { get; }

속성 값

PageSize

Width

페이지 너비를 가져오거나 설정합니다.

public double Width { get; set; }

속성 값

double

네임스페이스: Documentize 어셈블리: Documentize.dll

 한국어