SearchResult Class Members
In This Topic
The following tables list the members exposed by SearchResult.
Public Fields
| Name | Description |
| BeforeBegin | Special result value for Find method to begin searching from the beginning of the document/page |
| DisplayText | Text to display |
| ItemArea | Whole text item area coordinates |
| ItemIndex | Logical page item number (for subsequent searches, ordered) |
| PageIndex | The index of the page where occurence found. |
| PastEnd | Result indicating search is finished |
| Range | Selection text range |
Top
Public Properties
| Name | Description |
| IsValid | Ensures that SearchResult is not PastEnd or BeforeBegin (auxiliary values) |
Top
Public Methods
Public Operators
See Also