SearchResult
Leave feedback
On this page
Represents the search result in the search functionality.
public sealed class SearchResult
| Name | Description |
|---|---|
| LeftHighlightItem { get; } | Gets the left highlight. |
| PageIndex { get; } | Gets the page index where the text is found. |
| Position { get; } | Gets the position in the document text. |
| RightHighlightItem { get; } | Gets the right highlight. |
| Text { get; } | Gets the text. |
An instance of SearchResult class is used as return value of Search and Search methods. See the usage examples there.
- namespace GroupDocs.Parser.Data
- assembly GroupDocs.Parser
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.