mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
21 lines
615 B
Markdown
21 lines
615 B
Markdown
---
|
|
sidebar_label: PDFMargin
|
|
---
|
|
|
|
# PDFMargin interface
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
export interface PDFMargin
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Modifiers | Type | Description | Default |
|
|
| -------- | --------------------- | ---------------- | ----------- | ------- |
|
|
| bottom | <code>optional</code> | string \| number | | |
|
|
| left | <code>optional</code> | string \| number | | |
|
|
| right | <code>optional</code> | string \| number | | |
|
|
| top | <code>optional</code> | string \| number | | |
|