Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Word.PrintOutRange enum

Package:
word

Specifies the range of content to print from a document.

Remarks

API set: WordApiDesktop 1.4

Used by

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.


Feedback

Was this page helpful?