PageSize

PageSize class

Klasse, die die Seitengröße im PDF-Dokument darstellt.

public sealed class PageSize

Konstrukteure

NameBeschreibung
PageSize(float, float)Konstruktor für Seitengröße.

Eigenschaften

NameBeschreibung
static A0 { get; }A0-Format (1189 x 840 mm).
static A1 { get; }A1-Format (840 x 594 mm).
static A2 { get; }A2-Format (594 x 420 mm).
static A3 { get; }A3-Format (420 x 297 mm).
static A4 { get; }A4-Format (297 x 210 mm).
static A5 { get; }A5-Format (210 x 148 mm).
static A6 { get; }A6-Format (148 x 105 mm).
static B5 { get; }B5-Format (250x176 mm).
static P11x17 { get; }11x17 Zoll Format.
static PageLedger { get; }Riegelgröße (432x279 mm).
static PageLegal { get; }Legale Größe (356 x 216 mm).
static PageLetter { get; }Letter-Format (279 x 216 mm).
Height { get; set; }Ruft die Seitenhöhe ab oder legt sie fest.
IsLandscape { get; set; }Ruft die Seitenausrichtung ab. Gibt „true“ für Querformat und „false“ für Hochformat zurück.
Width { get; set; }Ruft die Seitenbreite ab oder legt sie fest.

Siehe auch