puppeteer/docs/api/puppeteer.pdfmargin.md
2023-03-28 18:02:00 +00:00

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 | | |