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

CommandProvider Properties

The base class for classes that provide commands corresponding to end-user actions in viewer controls.
Name Description
Actions Provides access to the collection of actions when using a standard toolbar.
ClockwiseRotateCommand Returns a command that rotates pages of a displayed document by 90 degrees clockwise.
CloseDocumentCommand Returns a command that closes the currently opened document.
ContextMenuActions
CounterClockwiseRotateCommand Returns a command that rotates pages of a displayed document by 90 degrees counterclockwise.
FindNextTextCommand Returns a command that finds the next occurrence of a search text string.
FindPreviousTextCommand Returns a command that finds the previous occurrence of a search text string.
IsInDesignMode static Gets whether design-time mode is active. Inherited from ViewModelBase.
NavigateCommand Returns a command that navigates to a specified target location within a displayed document.
NextPageCommand Returns a command that navigates to the next page of a displayed document.
NextViewCommand Returns a command that navigates to the next view in a displayed document.
OpenDocumentCommand Returns a command that opens a document from a specified file in the viewer.
PaginationCommand Returns a command that sets the number of a currently displayed page.
PreviousPageCommand Returns a command that navigates to the previous page of a displayed document.
PreviousViewCommand Returns a command that navigates to the previous view in a displayed document.
RibbonActions Provides access to the collection of actions when using a ribbon toolbar.
ScrollCommand Returns a command that scrolls a displayed document.
ShowFindTextCommand Returns a command that shows or hides the Search panel.
ZoomCommand Returns a command that changes the zoom factor of the currently displayed document to a specified value.
ZoomInCommand Returns a command that zooms a displayed document in.
ZoomOutCommand Returns a command that zooms a displayed document out.
See Also