Back to Devexpress

TdxPDFViewerOptionsNavigationPage Class

vcl-dxpdfviewer-078abe41.md

latest1.6 KB
Original Source

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

TObject TPersistent TcxOwnedPersistent TdxPDFViewerOptionsPersistent TdxPDFViewerOptionsNavigationPage

See Also

TdxPDFViewerOptionsNavigationPage Members

dxPDFViewer Unit