PrintReverse Property
Applies To
Options object.
Description
True if Word prints pages in reverse order. Read/write Boolean.
See Also
PrintOut method.
Example
This example sets Word to print pages in reverse order, and then it prints the active document.
Options.PrintReverse = True
ActiveDocument.PrintOut
This example returns the current status of the Reverse print order option on the Print tab in the Options dialog box.
temp = Options.PrintReverse