---
sidebar_label: PDFOptions.margin
# PDFOptions.margin property
Set the PDF margins.
**Signature:**
```typescript
interface PDFOptions {
margin?: PDFMargin;
}
```