Question
AVPageViewDrawRectOutline does not work properly in Acrobat DC
When you implement the code as follows rectangle disappears.
AVPageViewDrawNow(pageView);
~
AVPageViewSetColor ( pageView, &red);
AVPageViewDrawRectOutline ( pageView, &rect, 2, NULL, 0);
AVPageViewSetColor ( pageView, &colorVal);
What there is a way to ensure that does not disappear figure?
can someone give me any advice?