Hi, I am have a visio code snippet which generates a vsdx file.
I need to generate the vsdx file using aspose as well. I extracted an interface and kept the code of main class intact.
So now that interface has two implementations, one for interop visio and second for aspose.
There are certain code functions which I fail to find in aspose.
Please help me on that.
-
Shape s = interopPage.DrawRectangle(x1, y1, x2, y2).
I did not find any method as draw rectangle in Aspose Page’s implementation. -
The centerDrawing method present in interop visio page. How can I get that functionality?
-
The Pagesheet for master present in visio. What does it map to in aspose?
Will keep on posting new queries on this thread as I go further in my implementation.
Thank you in advance