WdRemoveDocInfoType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of information to remove from a document.
public enum class WdRemoveDocInfoType
[System.Runtime.InteropServices.Guid("F52DEE7F-8295-3A23-9DB3-37609770B6B2")]
public enum WdRemoveDocInfoType
type WdRemoveDocInfoType =
Public Enum WdRemoveDocInfoType
- Inheritance
-
WdRemoveDocInfoType
- Attributes
Fields
wdRDIAll | 99 | Removes all document information. |
wdRDIComments | 1 | Removes document comments. |
wdRDIContentType | 16 | Removes content type information. |
wdRDIDocumentManagementPolicy | 15 | Removes document management policy information. |
wdRDIDocumentProperties | 8 | Removes document properties. |
wdRDIDocumentServerProperties | 14 | Removes document server properties. |
wdRDIDocumentWorkspace | 10 | Removes document workspace information. |
wdRDIEmailHeader | 5 | Removes e-mail header information. |
wdRDIInkAnnotations | 11 | Removes ink annotations. |
wdRDIRemovePersonalInformation | 4 | Removes personal information. |
wdRDIRevisions | 2 | Removes revision marks. |
wdRDIRoutingSlip | 6 | Removes routing slip information. |
wdRDISendForReview | 7 | Removes information stored when sending a document for review. |
wdRDITaskpaneWebExtensions | 17 | Removes taskpane web extensions information. |
wdRDITemplate | 9 | Removes template information. |
wdRDIVersions | 3 | Removes document version information. |