.PdfDocumentPage.Find (gb.pdf)

Function Find ( Text As String [ , CaseSensitive As Boolean ] ) As Boolean

Find some text in the page.

  • Text is the text to search for.

  • CaseSensitive tells if the search is case sensitive. The search is not case sensitive by default.

Use the Result property to get the result of the search.

This function returns TRUE if nothing can be found.