Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Constants that specify the type of document information, passed to the RemoveDocumentInformation(PpRemoveDocInfoType) method of the Presentation object.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("3B006E87-E68C-4933-9095-BBB3336FE234")> _
Public Enumeration PpRemoveDocInfoType
'Usage
Dim instance As PpRemoveDocInfoType
[GuidAttribute("3B006E87-E68C-4933-9095-BBB3336FE234")]
public enum PpRemoveDocInfoType
Members
| Member name | Description | |
|---|---|---|
| ppRDIComments | Remove comments. | |
| ppRDIRemovePersonalInformation | Remove personal information. | |
| ppRDIDocumentProperties | Remove document properties. | |
| ppRDIDocumentWorkspace | Remove document workspace information. | |
| ppRDIInkAnnotations | Remove Ink annotations. Note: The ppRDIInkAnnotations constant has been deprecated, but it remains part of the object model for backward compatibility. You should not use it in new applications. |
|
| ppRDIPublishPath | Remove publication path information. | |
| ppRDIDocumentServerProperties | Remove document server properties. | |
| ppRDIDocumentManagementPolicy | Remove document management policy information. | |
| ppRDIContentType | Remove content type information. | |
| ppRDISlideUpdateInformation | Remove slide update information. | |
| ppRDIAll | Remove all document information. |
Note: The ppRDIInkAnnotations constant has been deprecated, but it remains part of the object model for backward compatibility. You should not use it in new applications.