puppeteer/website/versioned_docs/version-19.2.2/api/puppeteer.pdfoptions.margin.md
2022-11-03 11:02:28 +01: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.