_Presentation::RemoveDocumentInformation Method
Office 2010
Removes document information, such as personal information, comments, and document properties, from a Microsoft PowerPoint presentation.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Parameters
- Type
- Type: Microsoft.Office.Interop.PowerPoint.PpRemoveDocInfoType
Type of information to be removed.
The Type parameter value can be a combination of one or more of these PpRemoveDocInfoType constants.
Constant | Description |
|---|---|
Remove all document information. | |
Remove comments. | |
Remove content type information. | |
Remove document management policy information. | |
Remove document properties. | |
Remove document server properties. | |
Remove document workspace information. | |
Remove Ink annotations. | |
Remove publication path information. | |
Remove personal information. | |
Remove slide update information. |
Show: