Copy

PageFormat

Named physical page sizes or a custom `[width, height]` in the selected unit.

ON_THIS_PAGE
  1. Signature

Named physical page sizes or a custom [width, height] in the selected unit.

Signature

export type PageFormat = "a4" | "letter" | readonly [
    width: number,
    height: number
];
SOURCE:23
ON_THIS_PAGE
  1. Signature
html2realpdf documentationCopyright © Imggion
DOCUMENTATION_TREE