Quantcast
Channel: Adobe Community: Message List - Acrobat SDK
Viewing all articles
Browse latest Browse all 10848

Re: Help with word under cursor position

$
0
0

Thank you very much it working really good!

 

used:

 

AVDevRect test3;

          test3.bottom = y;

          test3.top = y + 1;

          test3.right = x + 1;

          test3.left = x;

          ASFixedRect test;

 

 

          AVPageViewDeviceRectToPageRZ(currentPageView,0,0,0,&test3,&test) ;

          Y = ASFixedRoundToInt32(test.bottom);

          X = ASFixedRoundToInt32(test.left);

 

Going to refind it now.


Viewing all articles
Browse latest Browse all 10848

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>