PrintTicket::PageOrder Property
.NET Framework (current version)
Gets or sets a value indicating whether the printer prints multiple pages back-to-front or front-to-back.
Assembly: ReachFramework (in ReachFramework.dll)
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Calling code has attempted to set the property to a value that is not in the PageOrder enumeration. |
A null value for this property means that this feature setting is not specified. Also, when the value is null, the XML versions of the PrintTicket (see SaveTo and GetXmlStream) will not contain any markup for this feature.
This property corresponds to the Print Schema's JobPageOrder keyword.
You can test for the options that the printer supports by using the PageOrderCapability property.
.NET Framework
Available since 3.0
Available since 3.0
Show: