Back to Devexpress

dxPDFViewerActions Unit

vcl-dxpdfvieweractions-878e1729.md

latest11.8 KB
Original Source

dxPDFViewerActions Unit

Classes

NameDescription
TdxPDFViewerCheckableActionThe base class for all classes that implement the actions synchronized with the checked status of the linked UI elements.
TdxPDFViewerCloseDocumentAn action object corresponding to the CloseDocument command provided by the PDF Viewer control.
TdxPDFViewerCustomActionThe base class for classes that implement all action objects in the PDF Viewer control.
TdxPDFViewerFindAn action object corresponding to the Find command provided by the PDF Viewer control.
TdxPDFViewerFixedZoomActionThe base class for all classes that implement actions that set specific values as the PDF Viewer control‘s zoom factor.
TdxPDFViewerGoToFirstPageAn action object corresponding to the GoToFirstPage command provided by the PDF Viewer control.
TdxPDFViewerGoToLastPageAn action object corresponding to the GoToLastPage command provided by the PDF Viewer control.
TdxPDFViewerGoToNextPageAn action object corresponding to the GoToNextPage command provided by the PDF Viewer control.
TdxPDFViewerGoToNextViewAn action object corresponding to the GoToNextView command provided by the PDF Viewer control.
TdxPDFViewerGoToPrevPageAn action object corresponding to the GoToPrevPage command provided by the PDF Viewer control.
TdxPDFViewerGoToPrevViewAn action object corresponding to the GoToPrevView command provided by the PDF Viewer control.
TdxPDFViewerHandToolAn action object corresponding to the HandTool command provided by the PDF Viewer control.
TdxPDFViewerNavigationActionThe base class for all classes that implement the PDF document navigation commands.
TdxPDFViewerOpenDocumentAn action object corresponding to the OpenDocument command provided by the PDF Viewer control.
TdxPDFViewerRotateClockwiseAn action object corresponding to the RotateClockwise command provided by the PDF Viewer control.
TdxPDFViewerRotateCounterClockwiseAn action object corresponding to the RotateCounterclockwise command provided by the PDF Viewer control.
TdxPDFViewerSelectAllAn action object corresponding to the SelectAll command provided by the PDF Viewer control.
TdxPDFViewerSelectToolAn action object corresponding to the SelectTool command provided by the PDF Viewer control.
TdxPDFViewerShowPrintFormAn action object that corresponds to the ShowPrintForm command provided by the PDF Viewer control.
TdxPDFViewerZoom10An action object corresponding to the Zoom10 command provided by the PDF Viewer control.
TdxPDFViewerZoom100An action object corresponding to the Zoom100 command provided by the PDF Viewer control.
TdxPDFViewerZoom125An action object corresponding to the Zoom125 command provided by the PDF Viewer control.
TdxPDFViewerZoom150An action object corresponding to the Zoom150 command provided by the PDF Viewer control.
TdxPDFViewerZoom200An action object corresponding to the Zoom200 command provided by the PDF Viewer control.
TdxPDFViewerZoom25An action object corresponding to the Zoom25 command provided by the PDF Viewer control.
TdxPDFViewerZoom400An action object corresponding to the Zoom400 command provided by the PDF Viewer control.
TdxPDFViewerZoom50An action object corresponding to the Zoom50 command provided by the PDF Viewer control.
TdxPDFViewerZoom500An action object corresponding to the Zoom500 command provided by the PDF Viewer control.
TdxPDFViewerZoom75An action object corresponding to the Zoom75 command provided by the PDF Viewer control.
TdxPDFViewerZoomActualSizeAn action object corresponding to the ZoomActualSize command provided by the PDF Viewer control.
TdxPDFViewerZoomFitWidthAn action object corresponding to the ZoomFitWidth command provided by the PDF Viewer control.
TdxPDFViewerZoomInAn action object corresponding to the ZoomIn command provided by the PDF Viewer control.
TdxPDFViewerZoomOutAn action object corresponding to the ZoomOut command provided by the PDF Viewer control.
TdxPDFViewerZoomToPageLevelAn action object corresponding to the ZoomToPageLevel command provided by the PDF Viewer control.

Methods

NameDescription
dxPDFViewerOpenDocumentDialog(string)Invokes the Open dialog allowing you to select a PDF document file for loading.