PrintBackground specifies whether the background of a Web page is printed by default when the user prints the page.

Note
This setting has been deprecated in Windows® 8. The information about this deprecated setting is provided for reference only. This setting is not supported.

Values

true

When an Internet Explorer® Web page is printed, the Web page background is also printed.

false

When an Internet Explorer Web page is printed, no background is printed.

This is the default value.

Valid Configuration Passes

specialize

Parent Hierarchy

Applies To

For a list of the supported Windows® editions and architectures that this component supports, see Microsoft-Windows-IE-InternetExplorer.

XML Example

The following XML output shows how to configure Internet Explorer to print the background when printing Web pages.

  Copy Code
<PrintBackground>true</PrintBackground>

See Also