puppeteer/docs/api/puppeteer.pdfmargin.md

21 lines
615 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 | <code>optional</code> | string \| number | | |
| left | <code>optional</code> | string \| number | | |
| right | <code>optional</code> | string \| number | | |
| top | <code>optional</code> | string \| number | | |