8054bac046
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
20 lines
235 B
Markdown
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
|