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

Значение свойства

Дуплексный параметр.

Реализации

Применяется к