puppeteer/website/versioned_docs/version-18.2.1/api/puppeteer.lowercasepaperformat.md
2022-10-06 12:22:55 +02:00

267 B

sidebar_label
LowerCasePaperFormat

LowerCasePaperFormat type

Signature:

export declare type LowerCasePaperFormat =
  | 'letter'
  | 'legal'
  | 'tabloid'
  | 'ledger'
  | 'a0'
  | 'a1'
  | 'a2'
  | 'a3'
  | 'a4'
  | 'a5'
  | 'a6';