Document.RemovePersonalInformation Property

Visio Automation Reference

Determines if personal information about a file is saved when the user saves the file in Microsoft Office Visio. Read/write.

Version Information
 Version Added:  Visio 2003

Syntax

expression.RemovePersonalInformation

expression   A variable that represents a Document object.

Return Value
Boolean

Remarks

The personal information that can be saved with a file appears on the Summary tab of the File Properties dialog box (File menu). Alternatively, you can use various Automation properties, for example the Document.Creator property, to set this information.

Setting the RemovePersonalInformation property is equivalent to setting the Remove personal information from file properties on save option under Document-specific settings on the Privacy Options page of the Trust Center dialog box (Tools menu).

See Also