dcfec6dbbd
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
20 lines
218 B
Markdown
20 lines
218 B
Markdown
---
|
|
sidebar_label: PDFOptions.margin
|
|
---
|
|
|
|
# PDFOptions.margin property
|
|
|
|
Set the PDF margins.
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
interface PDFOptions {
|
|
margin?: PDFMargin;
|
|
}
|
|
```
|
|
|
|
#### Default value:
|
|
|
|
no margins are set.
|