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 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.