PDFdev is a service provided by PDFzone.com | http://www.pdfzone.com
_____________________________________________________________

I am writing a .NET C# application that is using the Acrobat Distiller lib
(ACRODistXLib).
I want to create a event handler for PdfDistillerClass OnJobDone event.
Here is the code.

ACRODISTXLib.PdfDistillerClass pdfdistiller = new
ACRODISTXLib.PdfDistillerClass();
pdfdistiller.OnJobDone+= new EventHandler(MyEventHandler);

This code will not compile as I don't know who to map a
_PdfEvents_OnJobDoneEventHandler to EventHandler.

Anyone have any clue?

Rod

To change your subscription:
http://www.pdfzone.com/discussions/lists-pdfdev.html

Reply via email to