puppeteer/docs/api/puppeteer.pdfmargin.md
2022-07-05 15:41:43 +02:00

21 lines
722 B
Markdown

---
sidebar_label: PDFMargin
---
# PDFMargin interface
**Signature:**
```typescript
export interface PDFMargin
```
## Properties
| Property | Modifiers | Type | Description |
| ------------------------------------------ | --------- | ---------------- | ----------------- |
| [bottom?](./puppeteer.pdfmargin.bottom.md) | | string \| number | <i>(Optional)</i> |
| [left?](./puppeteer.pdfmargin.left.md) | | string \| number | <i>(Optional)</i> |
| [right?](./puppeteer.pdfmargin.right.md) | | string \| number | <i>(Optional)</i> |
| [top?](./puppeteer.pdfmargin.top.md) | | string \| number | <i>(Optional)</i> |