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 Search
Declaration
public static SearchResult NotFound { get; }
Property Value
Search The value represents a default Search |
Range
Gets a Text
Declaration
public TextRange Range { get; }
Property Value
Result
Gets the result as text.
Declaration
public string Result { get; }
Property Value
System. A string value representing the match. |
Methods
GetResultPage()
Get the page where the current result is.
Declaration
public RadFixedPage GetResultPage()
Returns
Rad Returns the page where the current result is. |
GetWordBoundingRect()
Gets the bounding rectangle of the result word.
Declaration
public Rect GetWordBoundingRect()
Returns
System. Returns the bounding rectangle of the result word. |
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
System. A string that represents the current object. |