Question
text under mouseover
Is there an efficient way of getting the word under the mouse using the Acrobat SDK? I have seen some discussion of using AVPageViewDevicePointToPage, enumerating the text elements, then doing a hit test using PDEElementIsAtPoint. Of course, this is probably not so efficient. Any tips much appreciated. I would like to make a simple dictionary lookup tool that responds as you move the mouse.
