WdRemoveDocInfoType Enum

Definition

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

Name Value Description
wdRDIComments 1

Removes document comments.

wdRDIRevisions 2

Removes revision marks.

wdRDIVersions 3

Removes document version information.

wdRDIRemovePersonalInformation 4

Removes personal information.

wdRDIEmailHeader 5

Removes e-mail header information.

wdRDIRoutingSlip 6

Removes routing slip information.

wdRDISendForReview 7

Removes information stored when sending a document for review.

wdRDIDocumentProperties 8

Removes document properties.

wdRDITemplate 9

Removes template information.

wdRDIDocumentWorkspace 10

Removes document workspace information.

wdRDIInkAnnotations 11

Removes ink annotations.

wdRDIDocumentServerProperties 14

Removes document server properties.

wdRDIDocumentManagementPolicy 15

Removes document management policy information.

wdRDIContentType 16

Removes content type information.

wdRDITaskpaneWebExtensions 17

Removes taskpane web extensions information.

wdRDIAll 99

Removes all document information.

Applies to