dcfec6dbbd
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
14 lines
157 B
Markdown
14 lines
157 B
Markdown
---
|
|
sidebar_label: PDFMargin.bottom
|
|
---
|
|
|
|
# PDFMargin.bottom property
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
interface PDFMargin {
|
|
bottom?: string | number;
|
|
}
|
|
```
|