Searches for a given text in PDF pages of a PDF file starting from a given PDF page number to the end of the PDF document
Namespace: WinnovativeClient
Assembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax
public FindTextLocation[] FindText( string pdfFile, string textToFind, int startPageNumber, bool caseSensitive, bool wholeWord )
Parameters
- pdfFile
- Type: SystemString
The full path of the PDF file to search - textToFind
- Type: SystemString
The text to find - startPageNumber
- Type: SystemInt32
The start 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