Interface PageInfo

An interface which represents one page of a PDF Document.

Hierarchy

  • PageInfo

Properties

millimeterHeight: number

Height of the pdf page in mm.

millimeterWidth: number

Width of the pdf page in mm.

pageRotation: PageRotation

Page rotation degree see PageRotation

printerPointHeight: number

Height of the pdf page in printer points.

printerPointWidth: number

Width of the pdf page in printer points.

Generated using TypeDoc