14 lines
395 B
Markdown
14 lines
395 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [PDFOptions](./puppeteer.pdfoptions.md) > [printBackground](./puppeteer.pdfoptions.printbackground.md)
|
||
|
|
||
|
## PDFOptions.printBackground property
|
||
|
|
||
|
Set to `true` to print background graphics.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
printBackground?: boolean;
|
||
|
```
|