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

16 lines
204 B
Markdown

---
sidebar_label: PDFOptions.landscape
---
# PDFOptions.landscape property
Whether to print in landscape orientation.
**Signature:**
```typescript
interface PDFOptions {
landscape?: boolean;
}
```