WdExportRange 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 how much of the document to export.
public enum class WdExportRange
[System.Runtime.InteropServices.Guid("20D65698-7CDC-3A68-A83D-D52A76FEA1A4")]
public enum WdExportRange
type WdExportRange =
Public Enum WdExportRange
- Inheritance
-
WdExportRange
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdExportAllDocument | 0 | Exports the entire document. |
wdExportSelection | 1 | Exports the contents of the current selection. |
wdExportCurrentPage | 2 | Exports the current page. |
wdExportFromTo | 3 | Exports the contents of a range using the starting and ending positions. |
Remarks
Use with the ExportAsFixedFormat method for the Document, Range, or Selection object.