pdfPrintSetNotifyName

Set the print job notification name.
void pdfPrintSetNotifyName(PDFHandle pdf, wchar_t *notify)
This property sets the print job notification name. This sets the pNotifyName in the JOB_INFO_2 structure, which "specifies the name of the user who should be notified when the job has been printed or when an error occurs while printing the job".

pdfPrintResetParams resets this to its default value, which is unset.

C:
pdfPrintSetNotifyName(pdf, L"fred");
pdfPrintResetParams