PdfViewer.FindText Method
| Name | Parameters | Description |
|---|---|---|
| FindText(String, PdfTextSearchParameters, Func<Int32, Boolean>) | text, parameters, terminate | Searches for the specified text in the current document with the given parameters and allows you to specify a delegate to terminate the text search. |
| FindText(String, PdfTextSearchParameters) | text, parameters | Searches for the specified text in the current document with the given parameters. |
| FindText(String) | text | Searches for the specified text in the current document with default parameters. |