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)

Usage

Dim options1 As Options

Dim returnValue As Boolean
returnValue = options1.ShowMarkupOpenSave

Dim sampleValue As Boolean
options1.ShowMarkupOpenSave = sampleValue

Syntax

Property ShowMarkupOpenSave() As Boolean
bool ShowMarkupOpenSave {get; set;}
property Boolean ShowMarkupOpenSave{
    Boolean get();
    Void set(Boolean);
}
public boolean get_ShowMarkupOpenSave();
public void set_ShowMarkupOpenSave(boolean);
function get ShowMarkupOpenSave() : Boolean;
function set ShowMarkupOpenSave(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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Options Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Options Members