Visio.Interfaces.PageViewUpdateData interface
An interface for updating data on the PageView object, for use in pageView.set({ ... })
.
Properties
zoom | Gets and sets the page's zoom level. The value can be between 10 and 400 and denotes the percentage of zoom. |
Property Details
zoom
Gets and sets the page's zoom level. The value can be between 10 and 400 and denotes the percentage of zoom.
zoom?: number;
Property Value
number
Remarks
[ API set: 1.1 ]
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins