PdfToTextConverterFindText(Stream, String, Int32, Boolean, Boolean) Method
Searches for a given text in PDF pages of a PDF document in a stream starting from a given PDF page number to the end of the PDF document
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public FindTextLocation[] FindText(
Stream pdfStream,
string textToFind,
int startPageNumber,
bool caseSensitive,
bool wholeWord
)
Public Function FindText (
pdfStream As Stream,
textToFind As String,
startPageNumber As Integer,
caseSensitive As Boolean,
wholeWord As Boolean
) As FindTextLocation()
- pdfStream Stream
- The stream containing the PDF document
- textToFind String
- The text to find
- startPageNumber Int32
- The start page number
- caseSensitive Boolean
- A flag indicating if the search should match case
- wholeWord Boolean
- A flag indicating if the search should match whole words
FindTextLocationThe records containing the location of the searched text in PDF document pages