WdPrintOutRange Enumeration 

Specifies a range to print.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdPrintOutRange1 As WdPrintOutRange = WdPrintOutRange.wdPrintAllDocument

Syntax

Public Enum WdPrintOutRange
public enum WdPrintOutRange
public enum class WdPrintOutRange
public enum WdPrintOutRange
public enum WdPrintOutRange

Members

Member name Description
wdPrintAllDocument The entire document.
wdPrintCurrentPage The current page.
wdPrintFromTo A specified range.
wdPrintRangeOfPages A specified range of pages.
wdPrintSelection The current selection.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace