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
The ISearchResult 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.
|
See Also