Visio.Interfaces.PageUpdateData interface
An interface for updating data on the Page object, for use in page.set({ ... })
.
Properties
view | Returns the view of the page. |
Property Details
view
Returns the view of the page.
view?: Visio.Interfaces.PageViewUpdateData;
Property Value
Remarks
[ API set: 1.1 ]