I have a use case where I need to display two pdfviewers with same content and these controls need to be in sync all the time. If I scroll up or down on pdfviewer1, after user is done with his or her action (moving up or down), I need to show the same region and page on pdfviewer2. Is this possible? There is page change event but I dont see any specific event for detecting the scroll up and end. Can you please help?
|
pdfViewerControl2.ScrollToOffset(pdfViewerControl1.HorizontalOffset, pdfViewerControl1.VerticalOffset); |
Hi Sarathkumar Prakash,
Where can I add the above code though? We need to know that the user moved to a different location/region on pdfviewer. Is there any event to track the current region?
-Srinu
Awesome example. Very helpful. Thank you Sarath Kumar.