WdExportItem Enumeration

Specifies whether to export the document with markup.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdExportItem
'Usage
Dim instance As WdExportItem
public enum WdExportItem

Members

Member name Description
wdExportDocumentContent Exports the document without markup.
wdExportDocumentWithMarkup Exports the document with markup.

Remarks

Use with the ExportAsFixedFormat method for the Document, Range, or Selection object.

See Also

Reference

Microsoft.Office.Interop.Word Namespace