owner

Set the print job owner.
[read/write property] owner([out, retval] BSTR *owner) owner([in] BSTR owner)
This property sets the print job owner, i.e., the user name that owns the job.

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

VB:
pdf.owner = "fred"
resetParams