TdxPDFViewerOptionsBookmarks.Visible Property
Specifies whether the Bookmarks page’s tab is displayed on the PDF Viewer control’s Navigation pane.
Declaration
property Visible; default bDefault;
Property Value
| Type | Default |
|---|---|
| TdxDefaultBoolean | bDefault |
Remarks
Use this property to toggle the Bookmarks page tab’s visibility within the Navigation pane, thus enabling or disabling the end-user capability to navigate between document pages by clicking bookmarks. Options include:
| Value | Description |
|---|---|
| bFalse | The Bookmarks page’s tab is always hidden. |
| bTrue | The Bookmarks page’s tab is always visible, even if the loaded document has no bookmarks. |
| bDefault | The Bookmarks page’s tab is visible only if the loaded document has bookmarks. |
Note
If the PDF Viewer control’s OptionsNavigationPane.Visible property is set to False, the Bookmarks page is unavailable to end-users regardless of the Visible property value.
The default Visible property value is bDefault.
See Also