PdfToTextConverterFindText(Stream, String, Int32, Int32, Boolean, Boolean) Method
Searches for the specified text in a range of pages of a PDF document in a stream
Namespace: Winnovative.Pdf.NextAssembly: Winnovative.Pdf.Next.PdfProcessor (in Winnovative.Pdf.Next.PdfProcessor.dll) Version: 20.0.0
public FindTextLocation[] FindText(
Stream pdfStream,
string textToFind,
int startPageNumber,
int endPageNumber,
bool caseSensitive,
bool wholeWord
)
- pdfStream Stream
- Stream containing the PDF document
- textToFind String
- Text to find
- startPageNumber Int32
- Start page number
- endPageNumber Int32
- End page number
- caseSensitive Boolean
- Flag indicating whether the search should match case
- wholeWord Boolean
- Flag indicating whether the search should match whole words
FindTextLocationRecords containing the locations of the searched text in PDF pages