printerSupportsColor

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