Options.ShowMarkupOpenSave Property

Definition

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

public:
 property bool ShowMarkupOpenSave { bool get(); void set(bool value); };
public bool ShowMarkupOpenSave { get; set; }
member this.ShowMarkupOpenSave : bool with get, set
Public Property ShowMarkupOpenSave As Boolean

Property Value

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.

Applies to