TdxPDFCustomViewer.OptionsNavigationPane Property
In This Article
Provides access to the Navigation pane settings.
#Declaration
Delphi
property OptionsNavigationPane: TdxPDFViewerOptionsNavigationPane read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
You can use the OptionsNavigationPane.Visible to allow or forbid end-users from navigating to a section within the loaded document by clicking the corresponding bookmark displayed by the Navigation pane. Refer to the TdxPDFViewerOptionsNavigationPane class description for detailed information on all available options.
See Also