Class TextMatchFoundEventArgs
Provides data for the TextMatchFound event.
Inheritance
System.Object
TextMatchFoundEventArgs
Namespace: Syncfusion.SfPdfViewer.Android
Assembly: Syncfusion.SfPdfViewer.Android.dll
Syntax
public class TextMatchFoundEventArgs : EventArgs
Properties
PageNumber
Gets the page number in which the current searched text instance found.
Declaration
public int PageNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The page number. |
TargetText
Gets the text being searched. Default value is System.String.Empty.
Declaration
public string TargetText { get; }
Property Value
Type |
---|
System.String |