DocumentCommandProvider Properties
Provides commands that correspond to end-user actions in the DocumentPreviewControl.| Name | Description |
|---|---|
| Actions | Provides access to the collection of actions when using a standard toolbar. Inherited from CommandProvider. |
| ClockwiseRotateCommand | Returns a command that rotates pages of a displayed document by 90 degrees clockwise. Inherited from CommandProvider. |
| CloseDocumentCommand | Returns a command that closes the currently opened document. Inherited from CommandProvider. |
| ContextMenuActions | Inherited from CommandProvider. |
| CopyCommand | Returns a command that copies selected contents of the displayed document to the clipboard. |
| CounterClockwiseRotateCommand | Returns a command that rotates pages of a displayed document by 90 degrees counterclockwise. Inherited from CommandProvider. |
| ExportSplitCommand | Returns a command that invokes the Export Document dialog to export the currently displayed document to one of the supported third-party formats. |
| FindNextTextCommand | Returns a command that finds the next occurrence of a search text string. Inherited from CommandProvider. |
| FindPreviousTextCommand | Returns a command that finds the previous occurrence of a search text string. Inherited from CommandProvider. |
| FirstPageCommand | Returns a command that navigates to the first page of the currently displayed document. |
| HandToolCommand | Returns a command that sets the cursor mode to hand tool. |
| IsInDesignMode static | Gets whether design-time mode is active. Inherited from ViewModelBase. |
| LastPageCommand | Returns a command that navigates to the last page of the currently displayed document. |
| NavigateCommand | Returns a command that navigates to a specified target location within a displayed document. Inherited from CommandProvider. |
| NextPageCommand | Returns a command that navigates to the next page of a displayed document. Inherited from CommandProvider. |
| NextViewCommand | Returns a command that navigates to the next view in a displayed document. Inherited from CommandProvider. |
| OpenDocumentCommand | Returns a command that opens a document from a specified file in the viewer. Inherited from CommandProvider. |
| PageSetupCommand | Returns a command that invokes the Page Setup dialog. |
| PaginationCommand | Returns a command that sets the number of a currently displayed page. Inherited from CommandProvider. |
| PreviousPageCommand | Returns a command that navigates to the previous page of a displayed document. Inherited from CommandProvider. |
| PreviousViewCommand | Returns a command that navigates to the previous view in a displayed document. Inherited from CommandProvider. |
| PrintCommand | Returns a command that invokes the Print dialog to print the currently displayed document. |
| PrintDirectCommand | Returns a command that prints the currently displayed document without invoking the Print dialog. |
| RibbonActions | Provides access to the collection of actions when using a ribbon toolbar. Inherited from CommandProvider. |
| SaveCommand | Returns a command that invokes the Save As dialog to save the currently displayed document. |
| ScaleCommand | Returns a command that invokes the Scale dialog. |
| ScrollCommand | Returns a command that scrolls a displayed document. Inherited from CommandProvider. |
| SelectToolCommand | Returns a command that sets the cursor mode to select tool. |
| SendSplitCommand | Returns a command that invokes the Export Document dialog to export the currently displayed document to one of the supported third-party formats and attaches the resulting file to a new empty message in the default mail program. |
| SetPageLayoutSplitCommand | Aggregates the commands that define the page layout settings in a Document Preview. |
| SetWatermarkCommand | Returns a command that invokes the Watermark dialog. |
| ShowFindTextCommand | Returns a command that shows or hides the Search panel. Inherited from CommandProvider. |
| StopPageBuildingCommand | Returns a command that stops generating report pages. |
| ToggleDocumentMapCommand | Returns a command that toggles the visibility of the Document Map, which reflects the current document’s structure in a tree-like form. |
| ToggleEditingFieldsCommand | Returns a command that toggles highlighting of all available fields whose content can be edited. |
| ToggleEnableContinuousScrollingCommand | Returns a command that toggles the continuous scrolling mode in a Document Viewer. |
| ToggleNavigationPaneCommand | |
| ToggleParametersPanelCommand | Returns a command that toggles the visibility of the Parameters panel. |
| ToggleShowCoverPageCommand | Returns a command that controls the display mode of the first document page in a Document Preview. |
| ToggleThumbnailsCommand | Returns a command that toggles the visibility of thumbnails. |
| ZoomCommand | Returns a command that changes the zoom factor of the currently displayed document to a specified value. Inherited from CommandProvider. |
| ZoomInCommand | Returns a command that zooms a displayed document in. Inherited from CommandProvider. |
| ZoomOutCommand | Returns a command that zooms a displayed document out. Inherited from CommandProvider. |
See Also