Options.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.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property PrintBackgrounds As Boolean
    Get
    Set
'Usage
Dim instance As Options
Dim value As Boolean

value = instance.PrintBackgrounds

instance.PrintBackgrounds = value
bool PrintBackgrounds { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace