TdxPDFViewerNavigationAction Class
The base class for all classes that implement the PDF document navigation commands.
Declaration
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
See Also