PrintBackgrounds Property

Microsoft Word Visual Basic

PrintBackgrounds Property

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

expression.PrintBackgrounds

expression    Required. An expression that returns an Options object.

Example

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

    Options.PrintBackgrounds = True