Class TextSearchInitiatedEventArgs
Provides data for the SearchInitiated event.
Inheritance
System.Object
    TextSearchInitiatedEventArgs
  Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.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.  |