puppeteer/docs/api/puppeteer.pdfoptions.margin.md

13 lines
182 B
Markdown
Raw Normal View History

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