PrintTaskOptions.Duplex Property

Definition

Gets or sets the duplex option of the 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 = printTaskOptions.duplex;
printTaskOptions.duplex = printDuplex;
Public Property Duplex As PrintDuplex

Property Value

The duplex option.

Implements

Applies to