Word.PrintOutRange enum
Specifies the range of content to print from a document.
Remarks
[ API set: WordApiDesktop 1.4 ]
Fields
| allDocument = "AllDocument" | Represents printing the entire document. |
| currentPage = "CurrentPage" | Represents printing the current page. |
| fromTo = "FromTo" | Represents printing a range from one page to another. |
| rangeOfPages = "RangeOfPages" | Represents printing specific ranges of pages. |
| selection = "Selection" | Represents printing the current selection. |