2 Replies Latest reply: Nov 26, 2009 9:11 PM by arvindg007 RSS

    How to refresh view after deleting annotaion using the cos method

    arvindg007 Community Member

      Hi,

       

      In my code, when I delete annotations using the cos method, screen/view doesn't get refresh even I call

      following method after delete.

       

       

       

       

       

       

      AVPageViewDrawNow(pageView);

       

       

      or

      AVWindow win = AVDocGetAVWindow(avDoc);

       

       

      AVWindowDrawNow(win);

       

      So what is the correct way to refresh the screen/view after deleting annotation using cos method.

       

      And if I zoom the view then it refresh the page.

       

      Regards,

      Arvind