3 Replies Latest reply: Jan 12, 2011 7:52 AM by lrosenth RSS

    How to select/highlight multiple text on mutiple pages

    arvindg007 Community Member

      Hi,

      I want to highlight mutiple texts on mutiple pages but I am not able to do so.

      As using following code, I can select mutiple text in one page  as AVDocSetSelection clears the previous selection.

       

      PDTextSelect textSelection = PDTextSelectCreateWordHilite (pdPage, hilite, numWords);

      AVDocSetSelection (avDoc, ASAtomFromString(

      "Text"), (void *)textSelection, true);

       

      So how we can highlight mutiple texts on mutiple pages ?

       

      Regards,

      Arvind