save as bmp file

D

David Hirsch

Can you save the Visio drawing as a bmp file? I found the SaveAs method,
which can save as .vdx, .vsx, or .vtx which are all xml.

Thanks,
David
 
C

Chris [Visio MVP]

There's an .Export method for the page or selection. You just give it a
filename of type .bmp and you're done.

The limitation is that you can't programmatically change the export
settings. The settings from the last time you manually exported will be used
by the automation call. This is a sore point for a lot of us.
 
Top