| FindTextAsync(Byte, String, Boolean, Boolean, CancellationToken) | Asynchronously searches for the specified text in all pages of a PDF document |
| FindTextAsync(Stream, String, Boolean, Boolean, CancellationToken) | Asynchronously searches for the specified text in all pages of a PDF document in a stream |
| FindTextAsync(String, String, Boolean, Boolean, CancellationToken) | Asynchronously searches for the specified text in all pages of a PDF file |
| FindTextAsync(Byte, String, Int32, Boolean, Boolean, CancellationToken) | Asynchronously searches for the specified text in pages of a PDF document starting at a given page number through the end of the document |
| FindTextAsync(Stream, String, Int32, Boolean, Boolean, CancellationToken) | Asynchronously 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 |
| FindTextAsync(String, String, Int32, Boolean, Boolean, CancellationToken) | Asynchronously searches for the specified text in pages of a PDF file starting at a given page number through the end of the document |
| FindTextAsync(Byte, String, Int32, Int32, Boolean, Boolean, CancellationToken) | Asynchronously searches for the specified text in a range of pages of a PDF document |
| FindTextAsync(Stream, String, Int32, Int32, Boolean, Boolean, CancellationToken) | Asynchronously searches for the specified text in a range of pages of a PDF document in a stream |
| FindTextAsync(String, String, Int32, Int32, Boolean, Boolean, CancellationToken) | Asynchronously searches for the specified text in a range of pages of a PDF file |