Class TextSearchProgressEventArgs
Provides data for the TextSearchProgress event.
Inheritance
System.Object
TextSearchProgressEventArgs
Namespace: Syncfusion.Maui.PdfViewer
Assembly: Syncfusion.Maui.PdfViewer.dll
Syntax
public class TextSearchProgressEventArgs : EventArgs
Properties
SearchResult
Returns the current text search result for the given text.
Declaration
public TextSearchResult SearchResult { get; }
Property Value
Type |
---|
TextSearchResult |
TotalPagesSearched
Returns the total pages parsed currently for searching the given text.
Declaration
public int TotalPagesSearched { get; }
Property Value
Type |
---|
System.Int32 |