Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Defines result of the text search.
Inheritance Hierarchy
Bytescout.PDFExtractorSearchResult
Namespace: Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax
The SearchResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Bounds |
Bounding rectangle of all search result elements.
Use Elements or GetElement(Int32) to get bounds of individual elements.
| |
| ElementCount |
Returns count of individual search result elements.
| |
| Elements |
Search result elements (individual text objects included into the search result)
For COM/ActiveX use GetElement(Int32) instead.
| |
| Height |
Height of the bounding rectangle of search result.
Use Elements or GetElement(Int32) to get bounds of individual elements.
| |
| Left |
Left coordinate of the bounding rectangle of search result.
Use Elements or GetElement(Int32) to get bounds of individual elements.
| |
| PageIndex |
Index of the page containing the search result.
| |
| Text |
Text representation of the search result.
Use Elements or GetElement(Int32) to get individual elements.
| |
| Top |
Top coordinate of the bounding rectangle of search result.
Use Elements or GetElement(Int32) to get bounds of individual elements.
| |
| Width |
Width of the bounding rectangle of search result.
Use Elements or GetElement(Int32) to get bounds of individual elements.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetElement |
Returns individual search result element by its index.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also