Skip to main content
A newer version of this page is available. .

PageViewModel Properties

A View Model that provides settings to a document page.
Name Description
IsSelected Gets whether the current page is selected in a document. Inherited from PageViewModelBase.
Page Gets the current page. Inherited from PageViewModelBase.
PageIndex Gets the index of the page in a document. Inherited from PageViewModelBase.
PageList Gets the list to which the page belongs. Inherited from PageViewModelBase.
PageMargins Gets the margins of the document’s pages.
PageSize Gets the page size. Inherited from PageViewModelBase.
SetPageMarginCommand For internal use.
VisibleSize Gets a page’s visible size. Inherited from PageViewModelBase.
See Also