TextExtractorFindAllToJSON 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 and returns result as JSON string.
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: StringJSON string with search results.
Implements
ITextExtractorFindAllToJSON(Int32, String, Boolean)Remarks
See Also