Skip to main content

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:

  • Specify the page’s glyph on the Navigation pane (Glyph).

  • 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

See Also