Link Search Menu Expand Document

ISearchResult Interface

Defines search result interface.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public interface ISearchResult

The ISearchResult type exposes the following members.

Properties
NameDescription
Public propertyBounds
Bounding rectangle of all search result elements. Use Elements or GetElement(Int32) to get bounds of individual elements.
Public propertyElementCount
Returns count of individual search result elements.
Public propertyElements
Search result elements (individual text objects included into the search result) For COM/ActiveX use GetElement(Int32) instead.
Public propertyHeight
Height of the bounding rectangle of search result. Use Elements or GetElement(Int32) to get bounds of individual elements.
Public propertyLeft
Left coordinate of the bounding rectangle of search result. Use Elements or GetElement(Int32) to get bounds of individual elements.
Public propertyPageIndex
Index of the page containing the search result.
Public propertyText
Text representation of the search result. Use Elements or GetElement(Int32) to get individual elements.
Public propertyTop
Top coordinate of the bounding rectangle of search result. Use Elements or GetElement(Int32) to get bounds of individual elements.
Public propertyWidth
Width of the bounding rectangle of search result. Use Elements or GetElement(Int32) to get bounds of individual elements.
Top
Methods
NameDescription
Public methodGetElement
Returns individual search result element by its index.
Top
See Also

Reference