priority

Set the print job priority.
[read/write property] priority([out, retval] int *pri) priority([in] int pri)
This property sets the print job priority. The lowest priority is 1, and the highest priority is 99.

resetParams resets this to its default value, which is to use the driver's default priority.

VB:
pdf.priority = 50
resetParams