[]
type PdfPageContextOptions = object;
Provides settings for adding a new page to a PDF document.
optional height?: number;
The height of the page, in graphic units, taking resolution into account.
optional resolution?: number;
The resolution of the page context. The default is 72, i.e. the width and height are in points (72 DPI).
optional rotation?: number;
The number of degrees by which the page should be rotated clockwise when displayed or printed. The value must be a multiple of 90.
optional width?: number;
The width of the page, in graphic units, taking resolution into account.