Click or drag to resize

PdfSearchResult Class

Represents a search result in a PdfDocument.
Inheritance Hierarchy
SystemObject
  RadPdf.Data.Document.CommonPdfSearchResult

Namespace:  RadPdf.Data.Document.Common
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public sealed class PdfSearchResult

The PdfSearchResult type exposes the following members.

Properties
  NameDescription
Public propertyHeight
Gets a value representing the height (in pixels) of this search result.
Public propertyLeft
Gets a value representing the left coordinate (in pixels) where this search result was found on the Page.
Public propertyPage
Gets the page in this PdfDocument which contains this search result.
Public propertyTop
Gets a value representing the top coordinate (in pixels) where this search result was found on the Page.
Public propertyWidth
Gets a value representing the width (in pixels) of this search result.
Public propertyWord
Gets a value representing the full word found in this search result.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also