TdxPDFCustomViewer.OptionsNavigationPane Property
Provides access to the Navigation pane settings.
Declaration
property OptionsNavigationPane: TdxPDFViewerOptionsNavigationPane read; write;
Property Value
Type |
---|
TdxPDFViewerOptionsNavigationPane |
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