Currently working with replacing Foxit SDK (PDF) with Aspose.PDF .
We are using Aspose.PDF for .Net in our c++ application using C++/CLI support.
Now working on Render functionality
Code Snippet:
C++ code:
Load(FreeI…...int width, int height, int rotate, int flags) { try { IntPtr...pageID, x, y, width, height, rotate, flags); } catch (System::Exception^...