Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Visio.Interfaces.PageViewLoadOptions interface

Package:
visio

Represents the PageView class.

Remarks

API set: 1.1

Used by

Properties

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

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

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

$all?: boolean;

Property Value

boolean

zoom

Gets and sets the page's zoom level. The value can be between 10 and 400 and denotes the percentage of zoom.

zoom?: boolean;

Property Value

boolean

Remarks

API set: 1.1


Feedback

Was this page helpful?