Share via


RemovePersonalInformation Property.RemovePersonalInformation Property

Publisher Developer Reference

Returns or sets a Boolean that represents whether to save personal information when the file is saved. Read/write.

Syntax

expression.RemovePersonalInformation

expression   A variable that represents a RemovePersonalInformation Property object.

Return Value
Boolean

Remarks

The information removed from the document is the Author, Manager, Company, and the GUID of the computer on which the document was created.

The default setting for this property is False.

Example

This example removes the personal information from the active document.

Visual Basic for Applications
  ActiveDocument.RemovePersonalInformation = True

See Also