puppeteer/website/versioned_docs/version-19.0.0/api/puppeteer.pdfoptions.margin.md

16 lines
175 B
Markdown
Raw Normal View History

---
sidebar_label: PDFOptions.margin
---
# PDFOptions.margin property
Set the PDF margins.
**Signature:**
```typescript
interface PDFOptions {
margin?: PDFMargin;
}
```