Is there a way to check if a printing process was successful?
I have an application where I need to print a ticket. Each ticket must be unique. The application is windows forms and written entirely in c#. For our application we're using Samsung ML- 2525 laser monochromatic printers. The flow is basically the following, the operator picks a product/ticket (which is unique) and then it presses a button that does 2 things: Connects to a database and updates the product as used Prints the ticket (this is done using System.Drawing and GDI+) For some reason, every once in a while, the image that needs to be printed is not sent to the printer. It's a rare case,