SearchResult class
SearchResult class
Represents the search result in the search functionality.
The SearchResult type exposes the following members:
Properties
| 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. |
Remarks
An instance of SearchResult class is used as return value
of Parser.search and Parser.search methods.
See the usage examples there.
See Also
- module
groupdocs.parser.data - class
SearchResult