Hey guys!
I need a ScrollEvent and a ZoomChangedEvent in the PdfViewerControl.
Unfortunately there is no ZoomChangedEvent, only in the PdfDocumentView. There is no ScrollEvent ether.
Can anybody help me? I need to implement something like that:
pdfViewerControl.OnScroll += (sender, args) => { /* my stuff to do goes here */ };
Thank you so far.