| FindText(Byte, String, Boolean, Boolean) | Searches for the specified text in all pages of a PDF document |
| FindText(Stream, String, Boolean, Boolean) | Searches for the specified text in all pages of a PDF document in a stream |
| FindText(String, String, Boolean, Boolean) | Searches for the specified text in all pages of a PDF file |
| FindText(Byte, String, Int32, Boolean, Boolean) | Searches for the specified text in pages of a PDF document starting at a given page number through the end of the document |
| FindText(Stream, String, Int32, Boolean, Boolean) | Searches for the specified text in pages of a PDF document in a stream starting at a given page number through the end of the document |
| FindText(String, String, Int32, Boolean, Boolean) | Searches for the specified text in pages of a PDF file starting at a given page number through the end of the document |
| FindText(Byte, String, Int32, Int32, Boolean, Boolean) | Searches for the specified text in a range of pages of a PDF document |
| FindText(Stream, String, Int32, Int32, Boolean, Boolean) | Searches for the specified text in a range of pages of a PDF document in a stream |
| FindText(String, String, Int32, Int32, Boolean, Boolean) | Searches for the specified text in a range of pages of a PDF file |