1

I want to print a document (in the default printer) and be able to track it's printing job, so i will be able to see if the job was sent to the spooler, and that it was actually printed and not canceled for some reason. I want to catch the print job event and follow every step until it is successfully (or not - and if so what is the reason) printed.

I've searched for a solution for this, but i didn't get anything to work for me.. what is the best way to implement this? is there a good example for this?

Filburt
  • 17,626
  • 12
  • 64
  • 115
user590586
  • 2,960
  • 16
  • 63
  • 96

1 Answers1

1

You have already covered most of what you need by tagging this System.Printing - assuming you are using version 3.0 or better of the .net runtime then the System.Printing namespace is pretty well documented on MSDN.

glenatron
  • 11,018
  • 13
  • 64
  • 112