_Document.Background 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 a Shape object that represents the background image for the specified document.
public:
property Microsoft::Office::Interop::Word::Shape ^ Background { Microsoft::Office::Interop::Word::Shape ^ get(); void set(Microsoft::Office::Interop::Word::Shape ^ value); };
public Microsoft.Office.Interop.Word.Shape Background { get; set; }
member this.Background : Microsoft.Office.Interop.Word.Shape with get, set
Public Property Background As Shape
Property Value
Remarks
Backgrounds are visible only in web layout view.