Share via


RemovePersonalInformation Property [Visio 2003 SDK Documentation]

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

boolRet = object.RemovePersonalInformation

object.RemovePersonalInformation = boolValue

boolRet    Boolean. True if personal information is not saved with the file, the default; False if it is saved.

object    Required. An expression that returns a Document object.

boolValue    Required Boolean. True to remove personal information from the file when the file is saved; False to save personal information with the file.

Version added

2003

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 on the Security tab of the Options dialog box (Tools menu).

Applies to | Document object

See Also | Category property | Company property | Creator property | Description property | Keywords property | Manager property | Subject property | Title property