TdxPDFViewerOptionsNavigationPage.Visible Property
In This Article
Specifies whether the Navigation pane’s page is accessible to end-users.
#Declaration
Delphi
property Visible: TdxDefaultBoolean read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Use this property to toggle visibility of the Bookmarks or Thumbnails page tab within the Navigation pane, thus enabling or disabling the end-user capability to interact with the corresponding page. Using the same Visible property values can result in different effects, depending on a particular TdxPDFViewerOptionsNavigationPage class descendant. Refer to the corresponding related information topics for detailed information:
See Also