TdxPDFViewerNavigationAction Class
In This Article
The base class for all classes that implement the PDF document navigation commands.
#Declaration
Delphi
TdxPDFViewerNavigationAction = class(
TdxPDFViewerCustomAction
)
#Remarks
This class does not introduce any new public members. The TdxPDFViewerNavigationAction
class implements the functionality, required by the TdxPDFViewerGoToFirstPage, TdxPDFViewerGoToLastPage, TdxPDFViewerGoToNextPage, and TdxPDFViewerGoToPrevPage classes.
You do not need to create instances of the TdxPDFViewerNavigationAction
class. Use its descendants instead.
#Inheritance
Show 11 items
See Also