Accusoft.PrintPro8.Net
DuplexAvailable Property




Gets an indicator of the level of duplex support.
Syntax
'Declaration
 
Public ReadOnly Property DuplexAvailable As Boolean
'Usage
 
Dim instance As Printer
Dim value As Boolean
 
value = instance.DuplexAvailable
public bool DuplexAvailable {get;}
public: __property bool get_DuplexAvailable();
public:
property bool DuplexAvailable {
   bool get();
}

Property Value

A boolean value which is true if the printer is capable of duplex printing. Otherwise, false is returned.
Remarks

The default value is false.

Note: If DuplexAvailable returns true, the printer is capable of duplex printing.

See Also

Reference

Printer Class
Printer Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback