Skip to main content
A newer version of this page is available. .

PdfViewerCommand Class

The base class for each PDF Viewer command.

Namespace: DevExpress.XtraPdfViewer.Commands

Assembly: DevExpress.XtraPdfViewer.v18.1.dll

Declaration

public abstract class PdfViewerCommand :
    ControlCommand<PdfViewer, PdfViewerCommandId, XtraPdfViewerStringId>

The following members accept/return PdfViewerCommand objects:

Remarks

The commands derived from the PdfViewerCommand correlate the end-user actions supported in a PDF Viewer with its application programming interface.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PdfViewerCommand class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Show 65 items
Object
Command
DevExpress.Utils.Commands.ControlCommand<PdfViewer, PdfViewerCommandId, XtraPdfViewerStringId>
See Also