letter constant

PdfPageFormat const letter

US Letter page format with default margins.

Implementation

static const PdfPageFormat letter =
    PdfPageFormat(8.5 * inch, 11.0 * inch, marginAll: inch);