DefaultWebOptions.BrowserLevel Property
Returns or sets a WdBrowserLevel that represents the level of the Web browser for which you want to target new Web pages created in Microsoft Word.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property BrowserLevel As WdBrowserLevel
Get
Set
'Usage
Dim instance As DefaultWebOptions
Dim value As WdBrowserLevel
value = instance.BrowserLevel
instance.BrowserLevel = value
WdBrowserLevel BrowserLevel { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdBrowserLevel
Remarks
After you set the BrowserLevel property on the DefaultWebOptions object, the BrowserLevel property of any new Web pages you create in Word will be the same as the global setting.