PrintTaskOptions.Duplex 屬性

定義

取得或設定列印工作的雙工選項。

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

屬性值

雙工選項。

實作

適用於