Document.Background Property

Definition

Gets or sets a Shape 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

A Shape that represents the background image for the specified document.

Remarks

Backgrounds are visible only in Web layout view.

Applies to