16 lines
230 B
Markdown
16 lines
230 B
Markdown
|
---
|
||
|
sidebar_label: PDFOptions.displayHeaderFooter
|
||
|
---
|
||
|
|
||
|
# PDFOptions.displayHeaderFooter property
|
||
|
|
||
|
Whether to show the header and footer.
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
interface PDFOptions {
|
||
|
displayHeaderFooter?: boolean;
|
||
|
}
|
||
|
```
|