SearchResult
SearchResult class
Represents the search result in the search functionality.
public sealed class SearchResult
Properties
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. |
Remarks
An instance of SearchResult
class is used as return value of Search
and Search
methods. See the usage examples there.
See Also
- namespace GroupDocs.Parser.Data
- assembly GroupDocs.Parser