puppeteer/docs/api/puppeteer.pdfmargin.md

21 lines
753 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: PDFMargin
---
# PDFMargin interface
#### Signature:
2022-07-05 13:41:43 +00:00
```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)_ | |