Gets an indicator of the level of duplex support.
public bool DuplexAvailable {get;}
public: __property bool get_DuplexAvailable();
public:
property bool DuplexAvailable {
bool get();
}
'Declaration
Public ReadOnly Property DuplexAvailable As Boolean
'Usage
Dim instance As Printer
Dim value As Boolean
value = instance.DuplexAvailable
Property Value
A boolean value which is
true if the printer is capable of duplex printing. Otherwise,
false is returned.