WdExportItem 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 whether to export the document with markup.
public enum class WdExportItem
[System.Runtime.InteropServices.Guid("D67854FC-9A45-33F6-A4D3-DC0002A53CE9")]
public enum WdExportItem
type WdExportItem =
Public Enum WdExportItem
- Inheritance
-
WdExportItem
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdExportDocumentContent | 0 | Exports the document without markup. |
wdExportDocumentWithMarkup | 7 | Exports the document with markup. |
Remarks
Use with the ExportAsFixedFormat method for the Document, Range, or Selection object.