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

Concepts

Options Object Members

Options Object