Named physical page sizes or a custom [width, height] in the selected unit.
Signature
export type PageFormat = "a4" | "letter" | readonly [
width: number,
height: number
];Named physical page sizes or a custom `[width, height]` in the selected unit.
Named physical page sizes or a custom [width, height] in the selected unit.
export type PageFormat = "a4" | "letter" | readonly [
width: number,
height: number
];