PageSize

PageSize class

Classe représentant la taille de la page dans le document PDF.

public sealed class PageSize

Constructeurs

NomLa description
PageSize(float, float)Constructeur pour PageSize.

Propriétés

NomLa description
static A0 { get; }Format A0 (1189x840 mm).
static A1 { get; }Format A1 (840x594 mm).
static A2 { get; }Format A2 (594x420 mm).
static A3 { get; }Format A3 (420x297 mm).
static A4 { get; }Format A4 (297x210 mm).
static A5 { get; }Format A5 (210x148 mm).
static A6 { get; }Format A6 (148x105 mm).
static B5 { get; }Format B5 (250x176 mm).
static P11x17 { get; }Format 11x17 pouces.
static PageLedger { get; }Taille du registre (432x279 mm).
static PageLegal { get; }Format légal (356x216 mm).
static PageLetter { get; }Format lettre (279x216 mm).
Height { get; set; }Obtient ou définit la hauteur de la page.
IsLandscape { get; set; }Obtient l’orientation de la page. Renvoie vrai en cas d’orientation paysage et faux s’il s’agit d’un portrait.
Width { get; set; }Obtient ou définit la largeur de la page.

Voir également