Document.WebOptions Property

Definition

Gets the WebOptions object, which contains document-level attributes used by Microsoft Office Word when you save a document as a Web page or open a Web page.

public:
 property Microsoft::Office::Interop::Word::WebOptions ^ WebOptions { Microsoft::Office::Interop::Word::WebOptions ^ get(); };
public Microsoft.Office.Interop.Word.WebOptions WebOptions { get; }
member this.WebOptions : Microsoft.Office.Interop.Word.WebOptions
Public ReadOnly Property WebOptions As WebOptions

Property Value

The WebOptions object, which contains document-level attributes used by Microsoft Office Word when you save a document as a Web page or open a Web page.

Applies to