W
Woof
Successfully creating Visio docs on the fly through
Microsoft.Office.Interop.Visio. I can save the newly created doc as a VSD. I
can also see the method to save as a PDF, but I need to save as a JPG.
Trying to use
Microsoft.Office.Interop.Visio.Document.Pages[0].Export("whatever.jpg");
throws an "Invalid container identifier" exception.
Can anyone point me in the right direction???
Many thanks.
Microsoft.Office.Interop.Visio. I can save the newly created doc as a VSD. I
can also see the method to save as a PDF, but I need to save as a JPG.
Trying to use
Microsoft.Office.Interop.Visio.Document.Pages[0].Export("whatever.jpg");
throws an "Invalid container identifier" exception.
Can anyone point me in the right direction???
Many thanks.