IPrintTaskOptionsCoreProperties.Duplex 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.
Gets or sets the duplex option for a print task.
public:
property PrintDuplex Duplex { PrintDuplex get(); void set(PrintDuplex value); };
PrintDuplex Duplex();
void Duplex(PrintDuplex value);
public PrintDuplex Duplex { get; set; }
var printDuplex = iPrintTaskOptionsCoreProperties.duplex;
iPrintTaskOptionsCoreProperties.duplex = printDuplex;
Public Property Duplex As PrintDuplex
Property Value
The duplex option.