puppeteer/website/versioned_docs/version-19.1.2/api/puppeteer.pdfoptions.margin.md
2022-10-25 11:12:17 +02:00

20 lines
218 B
Markdown

---
sidebar_label: PDFOptions.margin
---
# PDFOptions.margin property
Set the PDF margins.
#### Signature:
```typescript
interface PDFOptions {
margin?: PDFMargin;
}
```
#### Default value:
no margins are set.