_Document.RemovePersonalInformation Property

Determines if Microsoft Word removes all user information from comments, revisions, and the Properties dialog box upon saving a document.

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

Syntax

'Declaration
Property RemovePersonalInformation As Boolean
    Get
    Set
'Usage
Dim instance As _Document
Dim value As Boolean

value = instance.RemovePersonalInformation

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

Property Value

Type: System.Boolean

Remarks

This property returns True if Microsoft Word removes all user information from comments, revisions, and the Properties dialog box upon saving a document, and False if not. Set the property value to True or False to enable or disable the functionality.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace