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
|
|
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.
|
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.
|
FindPreviousTextCommand
|
Returns a command that finds the previous occurrence of a search text string.
|
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.
|
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.
|
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.
|
PageSetupCommand
|
Returns a command that invokes the Page Setup dialog.
|
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.
|
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.
|
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.
|
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.
|
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.
|
ZoomInCommand
|
Returns a command that zooms a displayed document in.
|
ZoomOutCommand
|
Returns a command that zooms a displayed document out.
|