Options.PrintEvenPagesInAscendingOrder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if Microsoft Word prints even pages in ascending order during manual duplex printing.
public:
property bool PrintEvenPagesInAscendingOrder { bool get(); void set(bool value); };
public bool PrintEvenPagesInAscendingOrder { get; set; }
member this.PrintEvenPagesInAscendingOrder : bool with get, set
Public Property PrintEvenPagesInAscendingOrder As Boolean
Property Value
Remarks
If the ManualDuplexPrint
argument of the PrintOut(Object, Object, Object, Object, Object, Object, Object,
Object, Object, Object, Object, Object, Object, Object, Object,
Object, Object, Object) method is False, this property is ignored.