pdfPrintSetOwner

Set the print job owner.
void pdfPrintSetOwner(PDFHandle pdf, wchar_t *owner)
This property sets the print job owner, i.e., the user name that owns the job.

pdfPrintResetParams resets this to its default value, which is the current user.

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