fitToPaper constant

PdfPrintScaling const fitToPaper

Fit to Paper

Scales the page (up or down) to fit the entire physical paper size, maintaining the aspect ratio.

Warning: Content near the edges of the PDF page may be clipped by the printer's unprintable hardware margins. This mode is different from fitToPrintableArea, which respects these margins.

Implementation

static const PdfPrintScaling fitToPaper = PdfPrintScalingValue(3);