[]
type DrawPdfPageOptions = object;
Provides options for the PdfPage#draw method.
optional drawAnnotations?: boolean;
Indicates whether to draw the annotations.
optional drawFormFields?: boolean;
Indicates whether to draw the form fields.
optional viewStateMode?: ViewStateMode;
The document view mode.
optional viewStateZoom?: number;
The document zoom value (1 is actual size, no zoom).