mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
57e11b320c
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
21 lines
753 B
Markdown
21 lines
753 B
Markdown
---
|
|
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)_ | |
|