Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies a range to print.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdPrintOutRange
'Usage
Dim instance As WdPrintOutRange
public enum WdPrintOutRange
Members
| Member name | Description | |
|---|---|---|
| wdPrintAllDocument | The entire document. | |
| wdPrintSelection | The current selection. | |
| wdPrintCurrentPage | The current page. | |
| wdPrintFromTo | A specified range. | |
| wdPrintRangeOfPages | A specified range of pages. |