mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
ec8c750383
* chore(main): release 15.3.1 * chore: generate versioned docs Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
21 lines
722 B
Markdown
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> |
|