WebOptions.BrowserLevel Property

Returns or sets a constant that represents the level of Web browser at which you want to target the specified Web page.

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 WebOptions
Dim value As WdBrowserLevel

value = instance.BrowserLevel

instance.BrowserLevel = value
WdBrowserLevel BrowserLevel { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdBrowserLevel

Remarks

This property is ignored if the OptimizeForBrowser property is set to False.

WdBrowserLevel can be one of these WdBrowserLevel constants:

wdBrowserLevelMicrosoftInternetExplorer6

wdBrowserLevelMicrosoftInternetExplorer5

wdBrowserLevelV4

See Also

Reference

WebOptions Interface

WebOptions Members

Microsoft.Office.Interop.Word Namespace