PdfPrintScaling.custom constructor

const PdfPrintScaling.custom(
  1. double scale
)

Custom Scale

Applies a custom scaling factor to the page.

  • scale: The scaling factor (e.g., 1.0 for 100%, 0.5 for 50%). Must be a positive number.

Implementation

const factory PdfPrintScaling.custom(double scale) = PdfPrintScalingCustom;