puppeteer/website/versioned_docs/version-19.4.1/api/puppeteer.lowercasepaperformat.md
2022-12-16 14:21:28 +01:00

268 B

sidebar_label
LowerCasePaperFormat

LowerCasePaperFormat type

Signature:

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