Monday, December 4, 2017

trying to call AxInterop.ImageEnXLibrary in .net

Leave a Comment

Here is the code:

AxImageEnXLibrary.AxImageEnX axImageEnX = new  AxImageEnXLibrary.AxImageEnX(); AxImageEnX.LoadFromFile(@"C:\Test.jpg"); 

Reference Library/DLL used :

  • AxInterop.ImageEnXLibrary.dll
  • Interop.ImageEnXLibrary.dll

I want to use functions of Class AxImageEnX but do not know how to initialize it. Come to know about GetOcx function required to be implement but its not working!

Reference link : Cannot run project

Can anyone please help me?

Thanks.

0 Answers

If You Enjoyed This, Take 5 Seconds To Share It

0 comments:

Post a Comment