PdfViewerCommand Class
The base class for each PDF Viewer command.
Namespace: DevExpress.XtraPdfViewer.Commands
Assembly: DevExpress.XtraPdfViewer.v19.1.dll
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