WdExportItem Enum

Definition

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

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.

Applies to