Document.Background Property
Gets or sets a Shape that represents the background image for the specified document.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
Syntax
'Declaration
Property Background As Shape
Shape Background { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.Shape
A Shape that represents the background image for the specified document.
Remarks
Backgrounds are visible only in Web layout view.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.