a3 constant

PdfPageFormat const a3

A3 page format with default margins.

Implementation

static const PdfPageFormat a3 =
    PdfPageFormat(29.7 * cm, 42 * cm, marginAll: 2.0 * cm);