letter constant

PdfPageFormat const letter

letter API.

Implementation

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