Back to Devexpress

DevExpress.XtraPdfViewer.Commands Namespace

windowsforms-devexpress-dot-xtrapdfviewer-1595a2eb.md

latest11.2 KB
Original Source

DevExpress.XtraPdfViewer.Commands Namespace

Contains commands that correspond to end-user actions in a PDF Viewer.

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Classes

NameDescription
PdfCheckableCommandA command that corresponds to a fixed value of a specific setting.
PdfCopyCommandCopies the selected document content to the Clipboard.
PdfDeleteAnnotationCommandDeletes a selected annotation.
PdfEnlargePageThumbnailsCommandEnlarges the page thumbnail size.
PdfExportFormDataCommandExports PDF form data.
PdfFindTextCommandFinds the specified text in a document.
PdfHandToolCommandActivates the Hand Tool to scroll the document by dragging its surface.
PdfImportFormDataCommandImports PDF form data.
PdfMarqueeZoomCommandActivates the Marquee Zoom tool that is used to change the zoom level of a document or zoom in a particular area of a page.
PdfNextPageCommandNavigates to the next document page.
PdfNextViewCommandNavigates to the next position in the document, based on the viewing history.
PdfOpenFileCommandOpens a document.
PdfOutlinesExpandCollapseTopLevelCommandExpands or collapses top-level outlines.
PdfOutlinesExpandCurrentCommandExpands current outlines located in the navigation panel of a PDF viewer.
PdfOutlinesGotoCommandGoes to a bookmark within a PDF document.
PdfOutlinesHideAfterUseCommandHides the PDF navigation panel after clicking on the bookmark item.
PdfOutlinesPrintCommandThe base class for the PdfOutlinesPrintSectionsCommand and PdfOutlinesPrintPagesCommand commands.
PdfOutlinesPrintPagesCommandPrints only pages to which selected bookmarks are linked in the document.
PdfOutlinesPrintSectionsCommandPrints document sections that correspond to selected bookmarks.
PdfOutlinesTextSizeCommandChanges node text size within the navigation pane to small, medium or large.
PdfOutlinesTextSizeToLargeCommandChanges the outlines node text size within the navigation page to large.
PdfOutlinesTextSizeToMediumCommandChanges the outlines node text size within the navigation pane to medium.
PdfOutlinesTextSizeToSmallCommandChanges outlines node text size within the navigation pane to small.
PdfOutlinesWrapLongLinesCommandWraps long lines in the outline node text of the PDF viewer.
PdfPreviousPageCommandNavigates to the previous document page.
PdfPreviousViewCommandNavigates to the previous position in the document, based on the viewing history.
PdfPrintFileCommandRuns the system Print dialog to adjust the print settings and send the current document to a printer.
PdfReducePageThumbnailsCommandReduces the page thumbnail size.
PdfRotatePageClockwiseCommandRotates the document clockwise through 90 degrees.
PdfRotatePageCounterclockwiseCommandRotates the document counterclockwise through 90 degrees.
PdfSaveAsFileCommandSave the PDF to a new file.
PdfSelectAllCommandSelects all content in a document.
PdfSelectToolCommandActivates the Select Tool to select the document content.
PdfSetActualSizeZoomModeCommandRestores the default zoom factor value, showing the document in its actual size.
PdfSetFitVisibleZoomModeCommandAdjusts the document zoom factor value to contain the visible part of the page content within the application window’s dimensions
PdfSetFitWidthZoomModeCommandAdjusts the document zoom factor value to adjust the page width to the application window’s dimensions.
PdfSetPageLevelZoomModeCommandAdjusts the document zoom factor value to attain a page size appropriate to the application window’s dimensions.
PdfSetPageNumberCommandSets the page number and navigates to the page.
PdfSetZoomCommandObsolete. This class is now obsolete.
PdfSetZoomModeCommandThe base for classes that provide custom document zoom factor modes.
PdfShowAnnotationPropertiesCommandRuns the Annotation Properties dialog for a selected annotation.
PdfShowDocumentPropertiesCommandRuns the Document Properties dialog that provides detailed information about the current document.
PdfShowExactZoomListCommandAdjust the document zoom factor to match one of the predefined static values.
PdfTextCommentCommandThe base class for each text comment command.
PdfTextHighlightCommandHighlights a selected text or activates the text highlight tool if the text is not selected.
PdfTextStrikethroughCommandStrikethroughs a selected text or activates the text strikethrough tool if the text is not selected.
PdfTextUnderlineCommandUnderlines a selected text or activates the text underline tool if the text is not selected.
PdfThumbnailsPrintPagesCommandPrints pages that correspond to the selected thumbnails.
PdfViewerCommandThe base class for each PDF Viewer command.
PdfViewerCommandRepositoryFor internal use.
PdfZoom100CommandSets the zoom factor value to show the original document size.
PdfZoom10CommandSets the zoom factor value to 10 percent.
PdfZoom125CommandSets the zoom factor value to 125 percent of the original size.
PdfZoom150CommandSets the zoom factor value to 150 percent of the original document size.
PdfZoom200CommandSets the zoom factor value to 200 percent of the original document size.
PdfZoom25CommandSets the zoom factor value to 25 percent of the original document size.
PdfZoom400CommandSets the zoom factor value to 400 percent of the original document size.
PdfZoom500CommandSets the zoom factor value to 500 percent of the original document size.
PdfZoom50CommandSets the zoom factor value to 50 percent of the original document size.
PdfZoom75CommandSets the zoom factor value to 75 percent of the original document size.
PdfZoomCommandThe base class for each PDF zoom command.
PdfZoomInCommandIncreases the document zoom factor by ten percent.
PdfZoomOutCommandDecreases the document zoom factor by ten percent.

Structs

NameDescription
PdfViewerCommandIdLists values that identify the PDF Viewer commands.