Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPDFViewerOptionsNavigationPage Class

The base class for all classes that implement individual pages displayed by the PDF Viewer control’s Navigation pane.

#Declaration

Delphi
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