SearchResult class
Leave feedback
On this page
Represents the search result in the search functionality.
The SearchResult type exposes the following members:
| Property | Description |
|---|---|
| position | Gets the position in the document text. |
| text | Gets the text. |
| page_index | Gets the page index where the text is found. |
| left_highlight_item | Gets the left highlight. |
| right_highlight_item | Gets the right highlight. |
An instance of SearchResult class is used as return value
of Parser.search and Parser.search methods.
See the usage examples there.
- module
groupdocs.parser.data - class
SearchResult
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.