puppeteer/website/versioned_docs/version-19.0.0/api/puppeteer.pdfmargin.bottom.md

14 lines
156 B
Markdown
Raw Normal View History

---
sidebar_label: PDFMargin.bottom
---
# PDFMargin.bottom property
**Signature:**
```typescript
interface PDFMargin {
bottom?: string | number;
}
```