Skip to main content
Version: Version 5 beta

Variable: PaperSize

const PaperSize: object

predefined paper sizes

Type declaration

a4_landscape

a4_landscape: object

a4_landscape.format

format: string = 'A4'

a4_landscape.height

height: number = 123

a4_landscape.orientation

orientation: Orientation = Orientation.landscape

a4_landscape.width

width: number = 123

a4_portait

a4_portait: object

a4_portait.format

format: string = 'A4'

a4_portait.height

height: number = 123

a4_portait.orientation

orientation: Orientation = Orientation.portrait

a4_portait.width

width: number = 123