WdPrintOutPages Enumeration 

Specifies the type of pages to print.

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

Usage

Dim wdPrintOutPages1 As WdPrintOutPages = WdPrintOutPages.wdPrintAllPages

Syntax

Public Enum WdPrintOutPages
public enum WdPrintOutPages
public enum class WdPrintOutPages
public enum WdPrintOutPages
public enum WdPrintOutPages

Members

Member name Description
wdPrintAllPages All pages.
wdPrintEvenPagesOnly Even-numbered pages only.
wdPrintOddPagesOnly Odd-numbered pages only.

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