Options.PrintBackgrounds property (Word)

Returns a Boolean that represents whether background colors and images are printed when a document is printed.

Syntax

expression. PrintBackgrounds

expression An expression that returns an Options object.

Remarks

True indicates that background colors and images are printed. False indicates that background colors and images are not printed.

Example

The following example specifies that when documents are printed background colors and images will also be printed.

Options.PrintBackgrounds = True

See also

Options Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.