13 lines
260 B
Markdown
13 lines
260 B
Markdown
---
|
|
sidebar_label: PDFOptions.omitBackground
|
|
---
|
|
# PDFOptions.omitBackground property
|
|
|
|
Hides default white background and allows generating pdfs with transparency.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
interface PDFOptions {omitBackground?: boolean;}
|
|
```
|