pdfPrinterSupportsCollationW

Check to see if a printer supports collation (Unicode).
int pdfPrinterSupportsCollationW(wchar_t *printerName)
This function returns non-zero if the specified printer supports collation.
C:
if (pdfPrinterSupportsCollationW(printerName)) { .... }
pdfPrinterSupportsCollation