Back to Devexpress

PdfViewer.FindText Method

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-dot-findtext.md

latest943 B
Original Source

PdfViewer.FindText Method

NameParametersDescription
FindText(String, PdfTextSearchParameters, Func<Int32, Boolean>)text, parameters, terminateSearches 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, parametersSearches for the specified text in the current document with the given parameters.
FindText(String)textSearches for the specified text in the current document with default parameters.