puppeteer/website/versioned_docs/version-19.1.1/api/puppeteer.pdfoptions.printbackground.md

20 lines
252 B
Markdown
Raw Normal View History

---
sidebar_label: PDFOptions.printBackground
---
# PDFOptions.printBackground property
Set to `true` to print background graphics.
2022-10-24 11:58:47 +00:00
#### Signature:
```typescript
interface PDFOptions {
printBackground?: boolean;
}
```
2022-10-24 11:58:47 +00:00
#### Default value:
false