2022-07-05 12:42:31 +00:00
|
|
|
---
|
|
|
|
sidebar_label: PDFOptions.omitBackground
|
|
|
|
---
|
|
|
|
# PDFOptions.omitBackground property
|
|
|
|
|
|
|
|
Hides default white background and allows generating pdfs with transparency.
|
|
|
|
|
|
|
|
**Signature:**
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
interface PDFOptions {omitBackground?: boolean;}
|
|
|
|
```
|