[]
Represents a search result, including details about the text appearance, its location, and its context.
public class SearchResult
| Name | Description |
|---|---|
| SearchResult() |
| Name | Description |
|---|---|
| DisplayText | Gets or sets the text to be displayed as part of the search result. |
| ItemArea | Gets or sets the area coordinates where the text item is located within its page. |
| ItemIndex | Gets or sets the logical index of the item within the search results list. |
| PageIndex | Gets or sets the index of the page where the occurrence of the search result is found. |
| Range | Gets or sets the range of the text selected as part of the search result. |