Options.EnableLivePreview Property
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.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property EnableLivePreview As Boolean
Get
Set
'Usage
Dim instance As Options
Dim value As Boolean
value = instance.EnableLivePreview
instance.EnableLivePreview = value
bool EnableLivePreview { get; set; }
Property Value
Type: System.Boolean
Boolean
Remarks
This property corresponds to the Enable Live Preview check box in the Word Options dialog box.