Link Search Menu Expand Document

SearchResult Class

Defines result of the text search.
Inheritance Hierarchy
SystemObject
Bytescout.PDFExtractorSearchResult

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

The SearchResult 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 methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetElement
Returns individual search result element by its index.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference