PrintTicket::Duplexing Property
.NET Framework (current version)
Gets or sets a value indicating what kind of two-sided printing, if any, the printer uses for the print job.
Assembly: ReachFramework (in ReachFramework.dll)
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Calling code has attempted to set the property to a value that is not in the Duplexing 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 JobDuplexAllDocumentsContiguously keyword, not the DocumentDuplex keyword.
You can test for the options that the printer supports by using the DuplexingCapability property.
.NET Framework
Available since 3.0
Available since 3.0
Show: