_Document.WebOptions Property
Returns the WebOptions object, which contains document-level attributes used by Microsoft Word when you save a document as a Web page or open a Web page.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property WebOptions As WebOptions
Get
'Usage
Dim instance As _Document
Dim value As WebOptions
value = instance.WebOptions
WebOptions WebOptions { get; }
Property Value
Type: Microsoft.Office.Interop.Word.WebOptions