printerSupportsQuality

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