windowsforms-devexpress-dot-xtrapdfviewer-dot-commands-a5b91e0f.md
The base class for each PDF Viewer command.
Namespace : DevExpress.XtraPdfViewer.Commands
Assembly : DevExpress.XtraPdfViewer.v25.2.dll
NuGet Package : DevExpress.Win.PdfViewer
public abstract class PdfViewerCommand :
ControlCommand<PdfViewer, PdfViewerCommandId, XtraPdfViewerStringId>
Public MustInherit Class PdfViewerCommand
Inherits ControlCommand(Of PdfViewer, PdfViewerCommandId, XtraPdfViewerStringId)
The following members return PdfViewerCommand objects:
The commands derived from the PdfViewerCommand correlate the end-user actions supported in a PDF Viewer with its application programming interface.
Show 65 items
Object Command DevExpress.Utils.Commands.ControlCommand<PdfViewer, PdfViewerCommandId, XtraPdfViewerStringId> PdfViewerCommand PdfCheckableCommand
PdfEnlargePageThumbnailsCommand
PdfOutlinesExpandCollapseTopLevelCommand
PdfOutlinesExpandCurrentCommand
PdfReducePageThumbnailsCommand
PdfRotatePageCounterclockwiseCommand
PdfShowAnnotationPropertiesCommand
PdfShowDocumentPropertiesCommand
PdfThumbnailsPrintPagesCommand
PdfOutlinesHideAfterUseCommand
PdfOutlinesPrintSectionsCommand
PdfOutlinesTextSizeToLargeCommand
PdfOutlinesTextSizeToMediumCommand
PdfOutlinesTextSizeToSmallCommand
PdfOutlinesWrapLongLinesCommand
PdfSetActualSizeZoomModeCommand
PdfSetFitVisibleZoomModeCommand
PdfSetPageLevelZoomModeCommand
See Also