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.
Specifies the type of information to remove from a document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdRemoveDocInfoType
'Usage
Dim instance As WdRemoveDocInfoType
public enum WdRemoveDocInfoType
Members
| Member name | Description | |
|---|---|---|
| wdRDIComments | Removes document comments. | |
| wdRDIRevisions | Removes revision marks. | |
| wdRDIVersions | Removes document version information. | |
| wdRDIRemovePersonalInformation | Removes personal information. | |
| wdRDIEmailHeader | Removes e-mail header information. | |
| wdRDIRoutingSlip | Removes routing slip information. | |
| wdRDISendForReview | Removes information stored when sending a document for review. | |
| wdRDIDocumentProperties | Removes document properties. | |
| wdRDITemplate | Removes template information. | |
| wdRDIDocumentWorkspace | Removes document workspace information. | |
| wdRDIInkAnnotations | Removes ink annotations. | |
| wdRDIDocumentServerProperties | Removes document server properties. | |
| wdRDIDocumentManagementPolicy | Removes document management policy information. | |
| wdRDIContentType | Removes content type information. | |
| wdRDIAll | Removes all document information. |