Word.PrintOutPages 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 which pages to print based on odd or even page numbers.
Remarks
[ API set: WordApi BETA (PREVIEW ONLY) ]
Fields
all = "All" | Represents printing all pages. |
evenOnly = "EvenOnly" | Represents printing only even-numbered pages. |
oddOnly = "OddOnly" | Represents printing only odd-numbered pages. |