WebOptions.OptimizeForBrowser Property
True if Microsoft Word optimizes new Web pages created in Word for the Web browser specified by the BrowserLevel property (for the DefaultWebOptions object). True if Word optimizes the specified Web page for the Web browser specified by the BrowserLevel property (for the WebOptions object).
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property OptimizeForBrowser As Boolean
Get
Set
'Usage
Dim instance As WebOptions
Dim value As Boolean
value = instance.OptimizeForBrowser
instance.OptimizeForBrowser = value
bool OptimizeForBrowser { get; set; }
Property Value
Type: System.Boolean