Word.PrintOutRange enum
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specifies the range of content to print from a document.
Remarks
[ API set: WordApi BETA (PREVIEW ONLY) ]
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. |