WdExportFormat 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 format to use for exporting a document.
public enum class WdExportFormat
[System.Runtime.InteropServices.Guid("5D7E6F43-3E57-353C-95E1-52E9783BE2BE")]
public enum WdExportFormat
type WdExportFormat =
Public Enum WdExportFormat
- Inheritance
-
WdExportFormat
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdExportFormatPDF | 17 | Export document into PDF format. |
wdExportFormatXPS | 18 | Export document into XML Paper Specification (XPS) format. |
Remarks
Use with the ExportAsFixedFormat method for the Document, Range, or Selection object.