I've written an Excel add-in in C#.NET. When ever the user opens and Excel workbook and give a print on a worksheet, the excel does the print. There is only one notification that is raised by the excel, that is the AppEvents.Workbbok_BeforePrint() event. After that there is no events generated for each page before the page is printed.
I've analysed ways to receive notification from excel side. But could not find one. Then i tried the option to receive notifications from the printer/print spooler. How can i get notification from the printer/print spooler, so that i receive notification for every page that is printed.
Please help me out in this.
Thanks and Regards, Sundareswaran Senthilvel