[]
DsPdfJS API / PdfPageContextOptions
PdfPageContextOptions =
object
Provides settings for adding a new page to a PDF document.
optionalheight:number
The height of the page, in graphic units, taking resolution into account.
optionalresolution:number
The resolution of the page context. The default is 72, i.e. the width and height are in points (72 DPI).
optionalrotation: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.
optionalwidth:number
The width of the page, in graphic units, taking resolution into account.