Options.PrintOddPagesInAscendingOrder Property

Definition

True if Microsoft Word prints odd pages in ascending order during manual duplex printing.

public:
 property bool PrintOddPagesInAscendingOrder { bool get(); void set(bool value); };
public bool PrintOddPagesInAscendingOrder { get; set; }
member this.PrintOddPagesInAscendingOrder : bool with get, set
Public Property PrintOddPagesInAscendingOrder As Boolean

Property Value

Remarks

If the ManualDuplexPrint argument of the PrintOut method is False, this property is ignored.

Applies to