WdPrintOutRange 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 a range to print.
public enum class WdPrintOutRange
[System.Runtime.InteropServices.Guid("64DC8298-B347-32EE-BB16-96C885822088")]
public enum WdPrintOutRange
type WdPrintOutRange =
Public Enum WdPrintOutRange
- Inheritance
-
WdPrintOutRange
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdPrintAllDocument | 0 | The entire document. |
wdPrintSelection | 1 | The current selection. |
wdPrintCurrentPage | 2 | The current page. |
wdPrintFromTo | 3 | A specified range. |
wdPrintRangeOfPages | 4 | A specified range of pages. |