Visio.Interfaces.PageViewData interface

An interface describing the data returned by calling pageView.toJSON().

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 ]