---
sidebar_label: PDFMargin
---

# PDFMargin interface

#### Signature:

```typescript
export interface PDFMargin
```

## Properties

| Property                                   | Modifiers | Type             | Description  | Default |
| ------------------------------------------ | --------- | ---------------- | ------------ | ------- |
| [bottom?](./puppeteer.pdfmargin.bottom.md) |           | string \| number | _(Optional)_ |         |
| [left?](./puppeteer.pdfmargin.left.md)     |           | string \| number | _(Optional)_ |         |
| [right?](./puppeteer.pdfmargin.right.md)   |           | string \| number | _(Optional)_ |         |
| [top?](./puppeteer.pdfmargin.top.md)       |           | string \| number | _(Optional)_ |         |