PdfViewerCommand Class
In This Article
The base class for each PDF Viewer command.
Namespace: DevExpress.XtraPdfViewer.Commands
Assembly: DevExpress.XtraPdfViewer.v24.2.dll
NuGet Package: DevExpress.Win.PdfViewer
#Declaration
public abstract class PdfViewerCommand :
ControlCommand<PdfViewer, PdfViewerCommandId, XtraPdfViewerStringId>
#Related API Members
The following members 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.
#Inheritance
Show 65 items
Object
Command
DevExpress.Utils.Commands.ControlCommand<PdfViewer, PdfViewerCommandId, XtraPdfViewerStringId>
PdfViewerCommand
See Also