Accusoft.PrintPro8.Net
Duplex Property




Gets and sets the PrintDuplex option for how a page is printed on both sides (if the printer supports this feature).
Syntax
'Declaration
 
Public Property Duplex As PrintDuplex
'Usage
 
Dim instance As Printer
Dim value As PrintDuplex
 
instance.Duplex = value
 
value = instance.Duplex
public PrintDuplex Duplex {get; set;}
public: __property PrintDuplex get_Duplex();
public: __property void set_Duplex( 
   PrintDuplex value
);
public:
property PrintDuplex Duplex {
   PrintDuplex get();
   void set (    PrintDuplex value);
}

Property Value

A PrintDuplex enumeration value which determines how a page is printed on both sides.
Remarks

The default value is PrintDuplex.Simplex.

See Also

Reference

Printer Class
Printer Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback