Visio Drawing Control- Save as image?

U

ueberbill

Hello, I'm writing an app that allows the users to create and save a
visio drawing using the visio drawing control and that works great.
Where I'm having problems is trying to add the drawing as an image to
an active reports report (I'm assuming I need to use an image to
display the drawing in the report). I cannot figure out how to export
or save the drawing as any kind of image that I can then open up and
send to my report. Is there a way?

Thanks,
Bill
 
U

ueberbill

How would you like to use Activepage.Picture property?
Here is an example athttp://msdn2.microsoft.com/en-us/library/aa168490(office.11).aspx

Unfortunately that's not going to work as I need to be able to take
a .vdx file that I previously saved using the visio control and
convert that into an image- I can't count on them having the visio
control open when the time comes to print the report (and thus have
the control be part of the activepage). Is there any way to convert
a .vdx file to an image in code?

Bill
 
C

CyberBhai

Can you use the EXPORT method ? For details you can refer to Visio 2003 SDK
documentation.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top