Options.ShowMarkupOpenSave Property

Returns or sets a Boolean that represents whether Microsoft Word displays hidden markup when opening or saving a file.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property ShowMarkupOpenSave As Boolean
    Get
    Set
'Usage
Dim instance As Options
Dim value As Boolean

value = instance.ShowMarkupOpenSave

instance.ShowMarkupOpenSave = value
bool ShowMarkupOpenSave { get; set; }

Property Value

Type: System.Boolean

Remarks

The ShowMarkupOpenSave property corresponds to the Make hidden markup visible when opening or saving option in the Security tab of the Options dialog box.

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace