GetVisioForElement
Use this method to retrieve a specific page of the Visio file linked to a particular element as an image of a specified size.
The page is returned as an interactive image containing clickable regions linked to a certain action, and scrollable child regions. If you want the page to be returned as a static image, then use GetVisioThumbnailForElement instead.
All images are in PNG format, and are base64 encoded.
Input
Item | Format | Description |
---|---|---|
connection | String | The connection ID. See ConnectApp. |
dmaID | Integer | The DataMiner Agent ID. |
elementID | Integer | The element 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 |
---|---|---|
GetVisioForElementResult | DMAVisio | The Visio file linked to the specified element, returned as an interactive image. |