puppeteer/website/versioned_docs/version-21.3.8/api/puppeteer.pdfmargin.md

21 lines
615 B
Markdown
Raw Normal View History

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