IPrintTaskOptionsCoreProperties.Duplex Property

Definition

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.

Applies to