printerSupportsCollation

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