Options.PrintBackgrounds Property

Word Developer Reference

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.

Visual Basic for Applications
  Options.PrintBackgrounds = True

See Also