Class SearchResult
Represent search result.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Search
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class SearchResult
Properties
NotFound
Gets a default SearchResult instance when there is no search result found.
Declaration
public static SearchResult NotFound { get; }
Property Value
SearchResult
The value represents a default SearchResult instance when there is no search result found. |
Range
Gets a TextRange object describing the start and end positions of the match.
Declaration
public TextRange Range { get; }
Property Value
TextRange
The value represents a TextRange object describing the start and end positions of the match. |
Result
Gets the result as text.
Declaration
public string Result { get; }
Property Value
System.String
A string value representing the match. |
Methods
GetResultPage()
Get the page where the current result is.
Declaration
public RadFixedPage GetResultPage()
Returns
RadFixedPage
Returns the page where the current result is. |
GetWordBoundingRect()
Gets the bounding rectangle of the result word.
Declaration
public Rect GetWordBoundingRect()
Returns
System.Windows.Rect
Returns the bounding rectangle of the result word. |
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
System.String
A string that represents the current object. |