a4 constant

PdfPageFormat const a4

A4 page format with default margins.

Implementation

static const PdfPageFormat a4 =
    PdfPageFormat(21.0 * cm, 29.7 * cm, marginAll: 2.0 * cm);