Can't navigate through hyperlinks in large pdf document opened in PDFViewCtrl

Hi!

I have the next problem: when I open too large pdf document (over 60000 pages) in PDFViewCtrl, I can't navigate through hyperlinks in it. It seems like these hyperlinks become inactive. If I open small pdf file (for example file with 10 pages) with hyperlinks of the same type everything works fine.
How can I solve this problem?

Thanks in advance!

Please post the file here, or send to support at pdftron.com

Thanks, but I’ve already fixed this problem. For some reason the default behaviour of PdfViewCtrl does not allow to navigate through hyperlinks in such huge pdf document. But when I had overridden method OnAction() and put code to navigate selected link in it navigation through links started working correctly.