WdPrintOutPages 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 the type of pages to print.
public enum class WdPrintOutPages
[System.Runtime.InteropServices.Guid("359EAB69-7EA9-3179-B5D8-808A3CA74365")]
public enum WdPrintOutPages
type WdPrintOutPages =
Public Enum WdPrintOutPages
- Inheritance
-
WdPrintOutPages
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdPrintAllPages | 0 | All pages. |
wdPrintOddPagesOnly | 1 | Odd-numbered pages only. |
wdPrintEvenPagesOnly | 2 | Even-numbered pages only. |