export page with resolution/ size xy

T

Tim Bücker

As microsoft.public.visio.developer is not that active and I am getting more and more desperate
I dare to also ask my question in this newsgroup:

----- Original Message -----
Newsgroups: microsoft.public.visio.developer
 
A

Andy [MS]

Unfortunately, it is not possible to set the size of the image via
automation. There are 2 possible workarounds:

1. Set the size in the UI. The settings are sticky, so the next time you use
automation to save the page as a png, it should use the settings you used in
the UI.

2. Visio's Save as Web API allows you to create web pages which wrap png's.
In that API, you can set the image size. Set the size the way you want, and
then just delete all the other files it generates.


--
Andy
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.


Tim Bücker said:
As microsoft.public.visio.developer is not that active and I am getting more and more desperate
I dare to also ask my question in this newsgroup:

----- Original Message -----
Newsgroups: microsoft.public.visio.developer
 
T

Tim Bücker

Thanks a lot! I´ll try both workarounds right now...

Greetings,
Tim.

Andy said:
Unfortunately, it is not possible to set the size of the image via
automation. There are 2 possible workarounds:

1. Set the size in the UI. The settings are sticky, so the next time you use
automation to save the page as a png, it should use the settings you used in
the UI.

2. Visio's Save as Web API allows you to create web pages which wrap png's.
In that API, you can set the image size. Set the size the way you want, and
then just delete all the other files it generates.
 

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