WebOptions.BrowserLevel Property

Word Developer Reference

Returns or sets WdBrowserLevel that represents the level of Web browser at which you want to target the specified Web page. Read/write.

Syntax

expression.BrowserLevel

expression   Required. A variable that represents a WebOptions collection.

Remarks

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

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.

See Also