PrintTaskOptions.Duplex Eigenschaft

Definition

Ruft die Duplexoption des Drucktasks ab oder legt diese fest.

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

Eigenschaftswert

Die Duplexoption.

Implementiert

Gilt für: