Skip to main content

DocumentViewerCommands Members

Stores DocumentViewer commands.

Constructors

Name Description
DocumentViewerCommands() Initializes a new instance of the DocumentViewerCommands class.

Properties

Name Description
CancelLoadingCommand
CloseDocumentCommand Gets or sets the command that closes the document in the DocumentViewer.
FirstPageCommand Gets or sets the command that navigates to the first page of the document.
GoToPageCommand Gets or sets the command that navigates to a specific page of the document.
LastPageCommand Gets or sets the command that navigates to the last page of the document.
NextPageCommand Gets or sets the command that navigates to the next page.
PrevPageCommand Gets or sets the command that navigates to the previous page.
ShowExportDialogCommand Gets or sets the command that opens the Export dialog.
ShowOpenDialogCommand Gets or sets the command that opens the Open File dialog.
ShowPrintDialogCommand Gets or sets the command that opens the Print File dialog.
ShowSaveDialogCommand Gets or sets the command that opens the Save File dialog.
ToggleDocumentMapPanelCommand
ToggleExportOptionsPanelCommand Gets or sets the command that shows or hides the Export Options panel.
ToggleReportParameterPanelCommand Gets or sets the command that shows or hides the Parameter panel.
ToggleSearchPanelCommand Gets or sets the command that shows or hides the Search panel.
ZoomCommand Gets or sets the command that specifies the zoom factor.
ZoomModeCommand

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
PropertyChanged Occurs when a property value changes. Inherited from BindableBase.
See Also