Options.EnableLivePreview 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.
Sets or returns a Boolean that represents whether to show or hide gallery previews that appear when using galleries that support previewing. True shows a preview in your document before applying the command. Read/write.
public:
property bool EnableLivePreview { bool get(); void set(bool value); };
public bool EnableLivePreview { get; set; }
member this.EnableLivePreview : bool with get, set
Public Property EnableLivePreview As Boolean
Property Value
Boolean
Remarks
This property corresponds to the Enable Live Preview check box in the Word Options dialog box.