DocumentViewerCommands Class
Stores DocumentViewer commands.
Namespace: DevExpress.WinUI.DocumentViewer
Assembly: DevExpress.WinUI.DocumentViewer.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Related API Members
The following members return DocumentViewerCommands objects:
#Remarks
Each DevExpress.WinUI.DocumentViewer Command (except the CloseDocumentCommand) is bound to a UI element.
#Document Navigation Commands
Command | Description | Bound UI Element |
---|---|---|
Gets or sets the command that navigates to the first page of the document. | ||
Gets or sets the command that navigates to a specific page of the document. | ||
Gets or sets the command that navigates to the last page of the document. | ||
Gets or sets the command that navigates to the next page. | ||
Gets or sets the command that navigates to the previous page. |
#Dialog Commands
Command | Description | Bound UI Element |
---|---|---|
Gets or sets the command that opens the Export dialog. | ||
Gets or sets the command that opens the Open File dialog. | ||
Gets or sets the command that opens the Print File dialog. | ||
Gets or sets the command that opens the Save File dialog. |
#Miscellaneous Commands
Command | Description | Bound UI Element |
---|---|---|
Gets or sets the command that closes the document in the Document | n/a | |
Gets or sets the command that shows or hides the Parameter panel. | ||
Gets or sets the command that specifies the zoom factor. |