ITextExtractorFindAll Method
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Searches for all occurrences of specified text in specified document page or in entire document.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
Parameters
- pageIndex
- Type: SystemInt32
Index of page for searching. Use -1 to search the entire document. - text
- Type: SystemString
Text to find. - caseSensitive
- Type: SystemBoolean
Case sensitivity.
Return Value
Type: ISearchResultArray of search results.
Remarks
See Also