_Document.RemoveDocumentInformation(WdRemoveDocInfoType) 方法

定义

从文档中删除敏感性信息、属性、批注和其他元数据。

public:
 void RemoveDocumentInformation(Microsoft::Office::Interop::Word::WdRemoveDocInfoType RemoveDocInfoType);
public void RemoveDocumentInformation (Microsoft.Office.Interop.Word.WdRemoveDocInfoType RemoveDocInfoType);
abstract member RemoveDocumentInformation : Microsoft.Office.Interop.Word.WdRemoveDocInfoType -> unit
Public Sub RemoveDocumentInformation (RemoveDocInfoType As WdRemoveDocInfoType)

参数

RemoveDocInfoType
WdRemoveDocInfoType

指定要删除的内容。

适用于