menu

Document Processing

TextSearchInitiatedEventArgs Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    TextSearchInitiatedEventArgs Class

    Provides data for TextSearchInitiated events.

    Inheritance
    System.Object
    TextSearchInitiatedEventArgs
    Namespace: Syncfusion.Windows.Forms.PdfViewer
    Assembly: Syncfusion.PdfViewer.Windows.dll
    Syntax
    public class TextSearchInitiatedEventArgs : EventArgs

    Properties

    TargetText

    Gets the text being searched.

    Declaration
    public string TargetText { get; }
    Property Value
    Type Description
    System.String

    A string that holds the text that is being searched in the PDF document. Default value is System.String.Empty

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved