13 lines
182 B
Markdown
13 lines
182 B
Markdown
---
|
|
sidebar_label: PDFOptions.margin
|
|
---
|
|
# PDFOptions.margin property
|
|
|
|
Set the PDF margins.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
interface PDFOptions {margin?: PDFMargin;}
|
|
```
|