Back to Devexpress

PdfViewerCommand Class

windowsforms-devexpress-dot-xtrapdfviewer-dot-commands-a5b91e0f.md

latest8.1 KB
Original Source

PdfViewerCommand Class

The base class for each PDF Viewer command.

Namespace : DevExpress.XtraPdfViewer.Commands

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public abstract class PdfViewerCommand :
    ControlCommand<PdfViewer, PdfViewerCommandId, XtraPdfViewerStringId>
vb
Public MustInherit Class PdfViewerCommand
    Inherits ControlCommand(Of PdfViewer, PdfViewerCommandId, XtraPdfViewerStringId)

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 PdfCheckableCommand

PdfCopyCommand

PdfDeleteAnnotationCommand

PdfEnlargePageThumbnailsCommand

PdfExportFormDataCommand

PdfFindTextCommand

PdfImportFormDataCommand

PdfNextPageCommand

PdfNextViewCommand

PdfOpenFileCommand

PdfOutlinesExpandCollapseTopLevelCommand

PdfOutlinesExpandCurrentCommand

PdfOutlinesGotoCommand

PdfOutlinesPrintCommand

PdfPreviousPageCommand

PdfPreviousViewCommand

PdfPrintFileCommand

PdfReducePageThumbnailsCommand

PdfRotatePageClockwiseCommand

PdfRotatePageCounterclockwiseCommand

PdfSaveAsFileCommand

PdfSelectAllCommand

PdfSetPageNumberCommand

PdfSetZoomCommand

PdfShowAnnotationPropertiesCommand

PdfShowDocumentPropertiesCommand

PdfShowExactZoomListCommand

PdfThumbnailsPrintPagesCommand

PdfZoomInCommand

PdfZoomOutCommand

PdfHandToolCommand

PdfMarqueeZoomCommand

PdfSetZoomModeCommand

PdfTextCommentCommand

PdfTextHighlightCommand

PdfTextStrikethroughCommand

PdfTextUnderlineCommand

PdfOutlinesHideAfterUseCommand

PdfOutlinesPrintPagesCommand

PdfOutlinesPrintSectionsCommand

PdfOutlinesTextSizeCommand

PdfOutlinesTextSizeToLargeCommand

PdfOutlinesTextSizeToMediumCommand

PdfOutlinesTextSizeToSmallCommand

PdfOutlinesWrapLongLinesCommand

PdfSelectToolCommand

PdfSetActualSizeZoomModeCommand

PdfSetFitVisibleZoomModeCommand

PdfSetFitWidthZoomModeCommand

PdfSetPageLevelZoomModeCommand

PdfZoom100Command

PdfZoom10Command

PdfZoom125Command

PdfZoom150Command

PdfZoom200Command

PdfZoom25Command

PdfZoom400Command

PdfZoom500Command

PdfZoom50Command

PdfZoom75Command

PdfZoomCommand

See Also

PdfViewerCommand Members

DevExpress.XtraPdfViewer.Commands Namespace