WdExportFormat Enumeration

Specifies format to use for exporting a document.

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

Syntax

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

Members

Member name Description
wdExportFormatPDF Export document into PDF format.
wdExportFormatXPS Export document into XML Paper Specification (XPS) format.

Remarks

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

See Also

Reference

Microsoft.Office.Interop.Word Namespace