puppeteer/docs/api/puppeteer.lowercasepaperformat.md

12 lines
254 B
Markdown
Raw Normal View History

---
sidebar_label: LowerCasePaperFormat
---
# LowerCasePaperFormat type
**Signature:**
```typescript
export declare type LowerCasePaperFormat = 'letter' | 'legal' | 'tabloid' | 'ledger' | 'a0' | 'a1' | 'a2' | 'a3' | 'a4' | 'a5' | 'a6';
```