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. |
Clockwise |
Returns a command that rotates pages of a displayed document by 90 degrees clockwise. |
Close |
Returns a command that closes the currently opened document. |
Context |
|
Counter |
Returns a command that rotates pages of a displayed document by 90 degrees counterclockwise. |
Find |
Returns a command that finds the next occurrence of a search text string. |
Find |
Returns a command that finds the previous occurrence of a search text string. |
Is |
Gets whether design-time mode is active.
Inherited from View |
Navigate |
Returns a command that navigates to a specified target location within a displayed document. |
Next |
Returns a command that navigates to the next page of a displayed document. |
Next |
Returns a command that navigates to the next view in a displayed document. |
Open |
Returns a command that opens a document from a specified file in the viewer. |
Pagination |
Returns a command that sets the number of a currently displayed page. |
Previous |
Returns a command that navigates to the previous page of a displayed document. |
Previous |
Returns a command that navigates to the previous view in a displayed document. |
Ribbon |
Provides access to the collection of actions when using a ribbon toolbar. |
Scroll |
Returns a command that scrolls a displayed document. |
Show |
Returns a command that shows or hides the Search panel. |
Zoom |
Returns a command that changes the zoom factor of the currently displayed document to a specified value. |
Zoom |
Returns a command that zooms a displayed document in. |
Zoom |
Returns a command that zooms a displayed document out. |
See Also