WebOptions.BrowserLevel Property

Definition

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

public:
 property Microsoft::Office::Interop::Word::WdBrowserLevel BrowserLevel { Microsoft::Office::Interop::Word::WdBrowserLevel get(); void set(Microsoft::Office::Interop::Word::WdBrowserLevel value); };
public Microsoft.Office.Interop.Word.WdBrowserLevel BrowserLevel { get; set; }
member this.BrowserLevel : Microsoft.Office.Interop.Word.WdBrowserLevel with get, set
Public Property BrowserLevel As WdBrowserLevel

Property Value

Remarks

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

WdBrowserLevel can be one of these WdBrowserLevel constants:

wdBrowserLevelMicrosoftInternetExplorer6

wdBrowserLevelMicrosoftInternetExplorer5

wdBrowserLevelV4

Applies to