Welcome to the WPF feedback portal. We’re happy you’re here! If you have feedback on how to improve the WPF, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I need to load a series of PDFs one at a time in my application.
I am using PdfDocumentView.CurrentPageChanged to handle page changes so I can display the current page # in my view.
This works for the first PDF loaded. But if I load a second PDF, PdfDocumentView.CurrentPageChanged stops firing new events.
In the debugger, I can see that PdfDocumentView.innerPanel.CurrentPageChanged becomes NULL after a call to PdfDocumentView.Unload(). This happens on line 5630 in my debugger.
To reproduce:
*NOTE*: All PDFs must be loaded as PdfLoadedDocument for this to cause the bug!