Class PdfViewerTextSearchResult
An object that contains information about the search results that are to be displayed in the RadPdfViewer.
Inheritance
Namespace: Telerik.Maui.Controls.PdfViewer
Assembly: Telerik.Maui.Controls.dll
Syntax
public class PdfViewerTextSearchResult : Object
Constructors
PdfViewerTextSearchResult(IReadOnlyCollection<SearchResult>, SearchResult)
Initializes a new instance of PdfViewerTextSearchResult class.
Declaration
public PdfViewerTextSearchResult(IReadOnlyCollection<SearchResult> searchResults, SearchResult mainSearchResult = null)
Parameters
System.Collections.Generic.IReadOnlyCollection<Telerik.Windows.Documents.Fixed.Search.SearchResult>
searchResults
|
Telerik.Windows.Documents.Fixed.Search.SearchResult
mainSearchResult
|
Fields
MainSearchResult
Gets the main search result. This is the one currently highlighted by the MainSearchResultFill color.
Declaration
public readonly SearchResult MainSearchResult
Field Value
Telerik.Windows.Documents.Fixed.Search.SearchResult
|
NotFound
A PdfViewerTextSearchResult instance, representing no search result found.
Declaration
public static readonly PdfViewerTextSearchResult NotFound
Field Value
PdfViewerTextSearchResult
|
SearchResults
Gets a collection of all search results, including the MainSearchResult, found by a search operation.
Declaration
public readonly IReadOnlyCollection<SearchResult> SearchResults
Field Value
System.Collections.Generic.IReadOnlyCollection<Telerik.Windows.Documents.Fixed.Search.SearchResult>
|