NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PrinterSettings.CanDuplex

Gets a value indicating whether the printer supports duplex (double-sided) printing.

[Visual Basic]
Public ReadOnly Property CanDuplex As Boolean
[C#]
public bool CanDuplex {get;}
[C++]
public: __property bool get_CanDuplex();
[JScript]
public function get CanDuplex() : Boolean;

Property Value

true if the printer supports duplex printing; otherwise, false.

See Also

PrinterSettings Class | PrinterSettings Members | System.Drawing.Printing Namespace | Collate | IsPlotter | IsValid | SupportsColor