Back to Puppeteer

LowerCasePaperFormat type

docs/api/puppeteer.lowercasepaperformat.md

19.2.2212 B
Original Source

LowerCasePaperFormat type

Signature

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