printerSupportsDuplexing

Check to see if a printer supports duplex printing.
printerSupportsDuplexing([in] BSTR printerName, [out, retval] VARIANT_BOOL *sup)
This function returns true if the specified printer supports duplex printing.
VB:
If pdf.printerSupportsDuplexing(printerName) Then ... End If