CommandProvider Members
In This Article
#Constructors
Name | Description |
---|---|
Command |
Initializes a new instance of the Command |
#Properties
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. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns the name of a property identified by a lambda expression.
Inherited from Bindable |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Property |
Occurs when a property value changes.
Inherited from Bindable |
See Also