tags:

views:

18

answers:

0

The MSDN documentation for PrintQueue.AddJob says that the xps overload provides 'progress notifications', but I don't see any kind of events or callbacks there.

Is there anyway to have the printing thread call back and tell me when the job is done, or if there is an error. Or do I have to poll with a timer on the PrintQueue?