PdfSearchResult Class |
Namespace: RadPdf.Data.Document.Common
The PdfSearchResult type exposes the following members.
| Name | Description | |
|---|---|---|
| Height |
Gets a value representing the height (in pixels) of this search result.
| |
| Left |
Gets a value representing the left coordinate (in pixels) where this search result was found on the Page.
| |
| Page |
Gets the page in this PdfDocument which contains this search result.
| |
| Top |
Gets a value representing the top coordinate (in pixels) where this search result was found on the Page.
| |
| Width |
Gets a value representing the width (in pixels) of this search result.
| |
| Word |
Gets a value representing the full word found in this search result.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |