Hello,
I want to draw rectangle when user selects the region. On selecting of region, I am calculating CRect values and passing to AVPageViewDrawRectOutline.
I am using AVPageViewDrawRectOutline( avPageView, &cRect, 2, NULL, 0 ); function to draw the rectangle in active page.
It works fine, in Acrobat 9 and 10. But In Acrobat 11, it draws the rectangle but disappears. What could be the problem? Should I need to register "AVPageViewDidDraw"? If yes, please tell me how to register "AVPageViewDidDraw"
Thanks in Advance,
Sowbhagya