PageSize

PageSize class

Classe che rappresenta la dimensione della pagina nel documento PDF.

public sealed class PageSize

Costruttori

NomeDescrizione
PageSize(float, float)Costruttore per PageSize.

Proprietà

NomeDescrizione
static A0 { get; }Formato A0 (1189x840 mm).
static A1 { get; }Formato A1 (840x594 mm).
static A2 { get; }Formato A2 (594x420 mm).
static A3 { get; }Formato A3 (420x297 mm).
static A4 { get; }Formato A4 (297x210 mm).
static A5 { get; }Formato A5 (210x148 mm).
static A6 { get; }Formato A6 (148x105 mm).
static B5 { get; }Formato B5 (250x176 mm).
static P11x17 { get; }Formato 11x17 pollici.
static PageLedger { get; }Dimensioni registro (432x279 mm).
static PageLegal { get; }Formato Legal (356x216 mm).
static PageLetter { get; }Formato lettera (279x216 mm).
Height { get; set; }Ottiene o imposta l’altezza della pagina.
IsLandscape { get; set; }Ottiene l’orientamento della pagina. Restituisce vero di questo è l’orientamento orizzontale e falso se questo è verticale.
Width { get; set; }Ottiene o imposta la larghezza della pagina.

Guarda anche