Class PageSize

Info

Kelas yang merepresentasikan ukuran halaman dalam dokumen PDF.

public class PageSize

Inheritance

objectPageSize

Derived

Inherited Members

Constructors

PageSize()

Konstruktor Documentize.PageSize. Ukuran A4 secara default.

public PageSize()

PageSize(double, double)

Konstruktor Documentize.PageSize.

public PageSize(double width, double height)

Parameters

Properties

A0

Ukuran A0 (1189x840 mm).

public static PageSize A0 { get; }

Property Value

PageSize

A1

Ukuran A1 (840x594 mm).

public static PageSize A1 { get; }

Property Value

PageSize

A2

Ukuran A2 (594x420 mm).

public static PageSize A2 { get; }

Property Value

PageSize

A3

Ukuran A3 (420x297 mm).

public static PageSize A3 { get; }

Property Value

PageSize

A4

Ukuran A4 (297x210 mm).

public static PageSize A4 { get; }

Property Value

PageSize

A5

Ukuran A5 (210x148 mm).

public static PageSize A5 { get; }

Property Value

PageSize

A6

Ukuran A6 (148x105 mm).

public static PageSize A6 { get; }

Property Value

PageSize

B5

Ukuran B5 (250x176 mm).

public static PageSize B5 { get; }

Property Value

PageSize

Height

Mendapatkan atau mengatur tinggi halaman.

public double Height { get; set; }

Property Value

double

IsLandscape

Mendapatkan orientasi halaman. Mengembalikan true jika ini berorientasi lanskap dan false jika berorientasi potret.

public bool IsLandscape { get; }

Property Value

bool

P11x17

Format 11x17 inci.

public static PageSize P11x17 { get; }

Property Value

PageSize

PageLedger

Ukuran ledger (432x279 mm).

public static PageSize PageLedger { get; }

Property Value

PageSize

Ukuran legal (356x216 mm).

public static PageSize PageLegal { get; }

Property Value

PageSize

PageLetter

Ukuran letter (279x216 mm).

public static PageSize PageLetter { get; }

Property Value

PageSize

Width

Mendapatkan atau mengatur lebar halaman.

public double Width { get; set; }

Property Value

double

Namespace: Documentize
Assembly: Documentize.dll

 Indonesia