WdExportRange Enum

Definition

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

wdExportAllDocument 0

Exports the entire document.

wdExportCurrentPage 2

Exports the current page.

wdExportFromTo 3

Exports the contents of a range using the starting and ending positions.

wdExportSelection 1

Exports the contents of the current selection.

Remarks

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

Applies to