"FindText" command don't work like expected

  • Hi,
    I bought yesterday the WPViewPDF component for a project where I need intensive usage of the FindText command.
    The return value of this function return almost every time the same value "true" nomater if the text was found or not.
    The alternate command "CommandStr(255, 'text')" work ok but I can't use/control the commands:
    COMPDF_FindGotoPage = 253;
    COMPDF_FindCaseInsitive = 254;
    COMPDF_HighlightText = 257; // Highlights the text

    For those reasons I stoped my project. I need help URGENT !!!