WebOptions.OptimizeForBrowser Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).
public:
property bool OptimizeForBrowser { bool get(); void set(bool value); };
public bool OptimizeForBrowser { get; set; }
member this.OptimizeForBrowser : bool with get, set
Public Property OptimizeForBrowser As Boolean