puppeteer/new-docs/puppeteer.pdfoptions.landscape.md

14 lines
383 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [PDFOptions](./puppeteer.pdfoptions.md) &gt; [landscape](./puppeteer.pdfoptions.landscape.md)
## PDFOptions.landscape property
Whether to print in landscape orientation.
<b>Signature:</b>
```typescript
landscape?: boolean;
```