alexa
menu

Document Processing

    Show / Hide Table of Contents

    TextSearchProgressEventArgs Class

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved