User will see a pdf in webbrowser Control(or any other viewer) and select the text from it then I want to find
1)Coordinates of selected text.
2)Font Size of selected text.
3)Font Color of Selected text.
4)Page Number of selected text.
So that i can use this information to find the text from pdf with same theme .
Problem 1: Is it possible to find which text or coordinate is selected in webbrowser control? There must be a better way to do it using pdf tron viewer?
My approach will be to fix the Form ,so that user will not change the length, width
a) i will find a way to transform screen coordinates to pdf rectangle coordinates(#problem 2)
b) then i fill fetch text from those coordinates
c) then i will find color and other properties of that text
but i am sure ,there must be a easy way .I tried to find help but was unable to find such help. Kindly provide related documentation and a help to figure out starting point to start a task.