Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.39 KB

GetVisioForView.md

File metadata and controls

27 lines (19 loc) · 1.39 KB
uid
GetVisioForView

GetVisioForView

Use this method to retrieve a specific page of the Visio file linked to a particular view 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 GetVisioThumbnailForView instead.

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
GetVisioForViewResult DMAVisio The Visio file linked to the specified view, returned as an interactive image.