Hi,
I am using the latest trial for the WPF PDF Plugin.
I have loaded a document in the reader which has a table of contents with hyperlinks to the *.
I have set my viewer tool like this:
_viewerTool.SelectionChanged += new EventHandler(_pdfViewerTool_SelectionChanged);
_viewerTool.TextSearchingProgress += new EventHandler<Vintasoft.Imaging.Pdf.UI.PdfTextSearchingProgressEventArgs>(_viewerTool_FindTextAtPage);
_viewerTool.TextSearched += new EventHandler<PdfTextSearchedEventArgs>(_viewerTool_TextSearched);
_viewerTool.LinkClick += new EventHandler<PdfLinkEventArgs>(_pdfViewerTool_LinkClick);
_viewerTool.LinkMouseEnter += new EventHandler<PdfLinkEventArgs>(_pdfViewerTool_LinkMouseEnter);
_viewerTool.LinkMouseLeave += new EventHandler(_pdfViewerTool_LinkMouseLeave);
But when I hover over the links nothing happens. The links are fine in acrobat viewer.
Links in Table of contents not detected
Moderator: Alex
-
- Posts: 2
- Joined: Fri Nov 21, 2014 11:55 am
Re: Links in Table of contents not detected
OK, now I see that LinkMouseEnter only works on real hyperlinks. What about navigation links for example in table of contents?
Is this supported at all?
Is this supported at all?
-
- Site Admin
- Posts: 2404
- Joined: Thu Jul 10, 2008 2:21 pm
Re: Links in Table of contents not detected
Hello,
I am not sure I have understood your question. Do you want navigate bookmarks? If yes, please use the BookmarkTreeView class from the PdfDemosCommonCode project.
Best regards, Alexander
I am not sure I have understood your question. Do you want navigate bookmarks? If yes, please use the BookmarkTreeView class from the PdfDemosCommonCode project.
Best regards, Alexander