ISearchResult Interface
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
Defines search result interface.
Namespace:Bytescout.PDFExtractorAssembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
The ISearchResult type exposes the following members.
Properties
Name | Description | |
---|---|---|
Bounds | Bounding rectangle of all search result elements. Use Elements or GetElement(Int32) to get bounds of individual elements. | |
ElementCount | Returns count of individual search result elements. | |
Elements | Search result elements (individual text objects included into the search result) For COM/ActiveX use GetElement(Int32) instead. | |
Height | Height of the bounding rectangle of search result. Use Elements or GetElement(Int32) to get bounds of individual elements. | |
Left | Left coordinate of the bounding rectangle of search result. Use Elements or GetElement(Int32) to get bounds of individual elements. | |
PageIndex | Index of the page containing the search result. | |
Text | Text representation of the search result. Use Elements or GetElement(Int32) to get individual elements. | |
Top | Top coordinate of the bounding rectangle of search result. Use Elements or GetElement(Int32) to get bounds of individual elements. | |
Width | Width of the bounding rectangle of search result. Use Elements or GetElement(Int32) to get bounds of individual elements. |
Methods
Name | Description | |
---|---|---|
GetElement | Returns individual search result element by its index. |
See Also