Gets and sets the
PrintDuplex option for how a page is printed on both sides (if the printer supports this feature).
'Declaration
Public Property Duplex As PrintDuplex
'Usage
Dim instance As Printer
Dim value As PrintDuplex
instance.Duplex = value
value = instance.Duplex
Property Value
A
PrintDuplex enumeration value which determines how a page is printed on both sides.