fitToPrintableArea constant

PdfPrintScaling const fitToPrintableArea

Fit to Printable Area

Scales the page (up or down) to fit perfectly within the printer's printable area, maintaining the aspect ratio. The printable area is the physical paper size minus any unprintable hardware margins.

This is the safest scaling option to ensure no content is ever clipped.

Implementation

static const PdfPrintScaling fitToPrintableArea = PdfPrintScalingValue(0);