SearchResultItem Class

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
This class represents a search result item.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Rasterizer.SearchSearchResultItem

Namespace:  Apitron.PDF.Rasterizer.Search
Assembly:  Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax

public sealed class SearchResultItem

The SearchResultItem type exposes the following members.

Properties

  NameDescription
Public propertyContext
Returns the textual context of the search result.
Public propertyPageIndex
Gets the destination page index.
Public propertyRegion
Gets the region, defined by SearchResultRegion object in original page space. These region can later be transformed to a rendered page space if needed by using TransformRegion(SearchResultRegion, Int32, Int32, RenderingSettings) method. Thus, any search item text can be easily highlighted on a rendered page.
Public propertyTitle
Gets the search result title.
Top
See Also

Reference