puppeteer/website/versioned_docs/version-19.1.1/api/puppeteer.pdfoptions.landscape.md
2022-10-24 13:58:47 +02:00

20 lines
235 B
Markdown

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