Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I disconnect the ImagXpress and NotateXpress controls?

0
Posted

How do I disconnect the ImagXpress and NotateXpress controls?

0

Call the NotateXpress ClientDisconnect() method. This is equivalent to setting NotateXpress.ClientWindow to System.IntPtr.Zero.2) If you are using the ActiveX control you must call the UnlockRuntime and SetIXLicenseCodes methods where your application begins and pass the unlock codes as the parameters. For example: ThumbnailXpress1.UnlockRuntime 5678, 5678, 5678, 5678 ThumbnailXpress1.SetIXLicenseCodes 1234, 1234, 1234, 1234 Please note that if you are using either the UsePDFXpress or the UsePDFXpress2 methods in your application then you need to call the UnlockPdfXpressRuntime method in the Licensing class where the application begins and pass the PDFXpress unlock codes as the parameters. For example: ThumbnailXpress1.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123