_Document.Background Property
Returns a Shape object that represents the background image for the specified document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Background As Shape
Get
Set
'Usage
Dim instance As _Document
Dim value As Shape
value = instance.Background
instance.Background = value
Shape Background { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.Shape
Remarks
Backgrounds are visible only in web layout view.