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.v20.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

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

Remarks

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

Inheritance

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