Hey,
I'm working on Telerik UI for Winforms version 2019 R3. I have to implement in my project below functionality:
- Pdf file is loaded using RadPdfViewer
- User can mark using rectangles places on each page of the document
- After mark place by user I have to get coordinates of the rectangle in current page
- Each mark should be visible only on the page on witch is drawn
- Rectangles should be scalable and after scroll should point the same place
Is any possible to realize above points?
I found something about custom layer https://www.telerik.com/forums/text-selection-and-highlight but the solution is in WPF.
Thanks