Searches for a given text in a range of pages of a PDF document in a stream
Namespace: WinnovativeClient
Assembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax
public FindTextLocation[] FindText( Stream pdfStream, string textToFind, int startPageNumber, int endPageNumber, bool caseSensitive, bool wholeWord )
Parameters
- pdfStream
- Type: System.IOStream
The stream containing the PDF document - textToFind
- Type: SystemString
The text to find - startPageNumber
- Type: SystemInt32
The start page number - endPageNumber
- Type: SystemInt32
The end page number - caseSensitive
- Type: SystemBoolean
A flag indicating if the search should match case - wholeWord
- Type: SystemBoolean
A flag indicating if the search should match whole words
Return Value
Type: FindTextLocationThe records containing the location of the searched text in PDF document pages
See Also