After using PrintDocument to print a PDF how can I check to see if the document was actually sent to the printer and printed successfully?
|
2
|
The PrintDocument function will tell you if the library was able to successfully send the document to the printer, but it can't tell you if the printer actually prints the document. There isn't any other features in Quick PDF Library that will provide you with this information either. The best way to find out if a document has been printed is to query the print queue on Windows. Here's a starting point from StackOverflow:
|
||
|
|