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 ]