Třída PageSize

Info

Třída představující velikost stránky v PDF dokumentu.

public class PageSize

Dědičnost

objectPageSize

Odvozené

Děděné členy

Konstruktor

PageSize()

Konstruktor Documentize.PageSize. Ve výchozím nastavení velikosti A4.

public PageSize()

PageSize(double, double)

Konstruktor Documentize.PageSize.

public PageSize(double width, double height)

Parametry

  • width double: Šířka stránky.
  • height double: Výška stránky.

Vlastnosti

A0

Velikost A0 (1189x840 mm).

public static PageSize A0 { get; }

Hodnota vlastnosti

PageSize

A1

Velikost A1 (840x594 mm).

public static PageSize A1 { get; }

Hodnota vlastnosti

PageSize

A2

Velikost A2 (594x420 mm).

public static PageSize A2 { get; }

Hodnota vlastnosti

PageSize

A3

Velikost A3 (420x297 mm).

public static PageSize A3 { get; }

Hodnota vlastnosti

PageSize

A4

Velikost A4 (297x210 mm).

public static PageSize A4 { get; }

Hodnota vlastnosti

PageSize

A5

Velikost A5 (210x148 mm).

public static PageSize A5 { get; }

Hodnota vlastnosti

PageSize

A6

Velikost A6 (148x105 mm).

public static PageSize A6 { get; }

Hodnota vlastnosti

PageSize

B5

Velikost B5 (250x176 mm).

public static PageSize B5 { get; }

Hodnota vlastnosti

PageSize

Height

Získá nebo nastaví výšku stránky.

public double Height { get; set; }

Hodnota vlastnosti

double

IsLandscape

Získá orientaci stránky. Vrátí true, pokud je to na šířku, a false, pokud je to na výšku.

public bool IsLandscape { get; }

Hodnota vlastnosti

bool

P11x17

Formát 11x17 palců.

public static PageSize P11x17 { get; }

Hodnota vlastnosti

PageSize

PageLedger

Velikost Ledger (432x279 mm).

public static PageSize PageLedger { get; }

Hodnota vlastnosti

PageSize

Velikost Legal (356x216 mm).

public static PageSize PageLegal { get; }

Hodnota vlastnosti

PageSize

PageLetter

Velikost Letter (279x216 mm).

public static PageSize PageLetter { get; }

Hodnota vlastnosti

PageSize

Width

Získá nebo nastaví šířku stránky.

public double Width { get; set; }

Hodnota vlastnosti

double

Namespace: Documentize Assembly: Documentize.dll

 Čeština