GetVisioThumbnailForView
Use this method to retrieve a specific page of the Visio file linked to a particular view as an image of a specified dimension.
The page is returned as a static image. If you want the page to be returned as an interactive image containing clickable regions linked to a certain action, and scrollable child regions, then use GetVisioForView instead (see GetVisioForView).
All images are in PNG format, and are base64 encoded.
Input
Item | Format | Description |
---|---|---|
connection | String | The connection ID. See ConnectApp. |
viewID | Integer | The view ID. |
width | Integer | The width of the image to be returned. |
height | Integer | The height of the image to be returned. |
page | Integer | The page of the Visio file to be returned. |
Output
Item | Format | Description |
---|---|---|
GetVisioThumbnailForViewResult | DMAVisio | The Visio file linked to the specified view, returned as a static image. |