MouseDown event w/ PdfCreactiveX.dll

The PDF Creator enables you to create secure PDF documents and to view, print and process existing PDF documents.
If you have any questions about the installation and usage of the PDF Creator please post them here.
Post Reply
TDWiseley
Posts: 18
Joined: Wed Jul 18 2007

MouseDown event w/ PdfCreactiveX.dll

Post by TDWiseley »

When trying to add the mouse down event to a c# (2.0) project in VS2005 (running in Vista Pro) using PdfCreactiveX (3.02)

axPDFCreactiveX1.MouseDownEvent += new AxACPDFCREACTIVEX._IPDFCreactiveXEvents_MouseDownEventHandler(axPDFCreactiveX1_MouseDownEvent);

the following is installed:

void axPDFCreactiveX1_MouseDownEvent(object sender, AxACPDFCREACTIVEX._IPDFCreactiveXEvents_MouseDownEvent e)
{
throw new Exception("The method or operation is not implemented.");
}


The same thing happens w/ the other mouse events, while the others that I'm using seem to work fine. Didn't notice any other complaints about this, so what an I doing wrong?
TDWiseley
Posts: 18
Joined: Wed Jul 18 2007

Re: MouseDown event w/ PdfCreactiveX.dll

Post by TDWiseley »

Any response on this issue? Any idea why the particular environment doesn't seem to work? Anybody else I should call on this issue?
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Re: MouseDown event w/ PdfCreactiveX.dll

Post by Joan »

Hello,

Did you send an email about this issue to our Support team?

There was a similar issue that was solved lately, i will check if this applies to your issue.
Custom Brand the Amyuni PDF Printer Driver http://www.amyuni.com/en/developer/branding/index.html

Amyuni PDF Converter tested for true PDF performance. View results - http://www.amyuni.com/benchmark
Post Reply