TdxPDFViewerOptionsNavigationPage Class
The base class for all classes that implement individual pages displayed by the PDF Viewer control’s Navigation pane.
Declaration
TdxPDFViewerOptionsNavigationPage = class(
TdxPDFViewerOptionsPersistent
)
Remarks
Each navigation page implements a specific quick document navigation technique available to users. Currently, the PDF Viewer control’s Navigation pane can display page thumbnails and bookmarks. The latter is available only if the loaded document has bookmarks.
The TdxPDFViewerOptionsNavigationPage
class has members that allow you to do the following:
Manage the page’s accessibility to end-users by showing or hiding the page tab (Visible).
You do not need to create instances of the TdxPDFViewerOptionsNavigationPane
class. Use its descendants instead.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxPDFViewerOptionsPersistent
TdxPDFViewerOptionsNavigationPage
See Also