View.DisplayBackgrounds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a Boolean that represents whether background colors and images are shown when a document is displayed in print layout view.
public:
property bool DisplayBackgrounds { bool get(); void set(bool value); };
public bool DisplayBackgrounds { get; set; }
member this.DisplayBackgrounds : bool with get, set
Public Property DisplayBackgrounds As Boolean
Property Value
Remarks
The DisplayBackgrounds property corresponds to the Background colors and images (Print view only) option located on the View tab of the Options dialog box.