I would like to know if c# has the capacity to detect when a print job has been sent to the printer.
I have to write a small program that will keep count of how many pages an employee prints in my company and I want to detect this activity and record in a database. Incrementing the value as he prints.
Any pointers on where to start or documentation to read would be really helpful