TdxPDFViewerNavigationPaneActivePage Enum
Enumerates available page display states of the PDF Viewer control’s Navigation pane.
#Declaration
TdxPDFViewerNavigationPaneActivePage = (
apNone,
apThumbnails,
apBookmarks,
apAttachments
);
#Members
Name |
---|
ap
|
ap
|
ap
|
ap
|
#Remarks
Options include:
Value | Description | Example |
---|---|---|
ap | The Navigation pane is collapsed (that is, has no active page). It is displayed as a narrow vertical bar with page tab glyphs. The PDF Viewer control’s Options The Options | |
ap | The Navigation pane shows the Thumbnails page in the normal state, that is, automatically assigns ws | |
ap | The Navigator pane shows the Bookmarks page in the normal state, like in the ap | |
ap | The Navigator pane shows the Attachments page in the normal state, like in the ap |
The PDF Viewer control’s OptionsNavigationPane.ActivePage property references the TdxPDFViewerNavigationPaneActivePage type.