Accusoft.PrintProSdk Namespace > Printer Class : Duplex Property |
'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); }
The default value is PrintDuplex.Simplex.