Visio Add-On customization

avatar

Hi,

My need is to open a Visio drawing choosing the page and the zoom despite what how the Visio file was saved.

I found this : http://msdn.microsoft.com/en-us/library/aa168474(v=office.11).aspx How can I implement a "html" template withe these options using the Visio Add-on?

Regards,

All Comments (2)

avatar

Hi,
We use the same ActiveX than the one used in an html, which parameter do you need us to set:

<param name="BackColor" value="16777120">
<param name="AlertsEnabled" value="1">
<param name="ContextMenuEnabled" value="1">
<param name="GridVisible" value="1">
<param name="HighQualityRender" value="1">
<param name="PageColor" value="16777215">
<param name="PageVisible" value="1">
<param name="PropertyDialogEnabled" value="1">
<param name="ScrollbarsVisible" value="1">
<param name="ToolbarVisible" value="1">
<param name="SRC" value="sample1.vdx">
<param name="CurrentPageIndex" value="1">
<param name="Zoom" value="-1">

David Hervieux

avatar

David,

I would like to set:
CurrentPageIndex= <Parameter from the RDM Session settings>
Zoom = -2
For Zoom, the best should also to use a session's parameter...