OptionalannotationWhether/how annotations are drawn. Default: 'annotationAndForms'.
Optionalbackground32-bit ARGB background. Default: opaque white.
OptionalcancellationCancels the render while it is still queued, making it resolve to null.
Create it with PdfPage.createCancellationToken.
OptionalflagsAdvanced: low-level renderer flags (FPDF_*).
OptionalfullHeight the whole page is scaled to (pixels). Default: page height in points.
OptionalfullWidth the whole page is scaled to (pixels). Default: page width in points.
OptionalheightHeight of the rendered region (pixels). Default: fullHeight.
OptionalrotationAbsolute rotation override for this render (in addition to the page's own rotation).
OptionalwidthWidth of the rendered region (pixels). Default: fullWidth.
OptionalxLeft of the rendered region in the scaled page (pixels). Default: 0.
OptionalyTop of the rendered region in the scaled page (pixels). Default: 0.
Options for PdfPage.render.
The page is conceptually scaled to
fullWidthxfullHeightpixels, and thex/y/width/heightsub-rectangle of that scaled page is what gets rendered. All values are in pixels unless noted otherwise.