---
title: shouldPrintBackgrounds
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkpreferences/shouldprintbackgrounds
---

# shouldPrintBackgrounds

A Boolean value that indicates whether to include any background color or graphics when printing content.

## Declaration

```swift
var shouldPrintBackgrounds: Bool { get set }
```

## Discussion

Discussion The default value for this preference is false.

## See Also

### Setting Rendering Preferences

- [minimumFontSize](webkit/wkpreferences/minimumfontsize.md)
