Class TextMatchFoundEventArgs
Provides data for the TextMatchFound event.
Inheritance
System.Object
TextMatchFoundEventArgs
Namespace: Syncfusion.SfPdfViewer.iOS
Assembly: Syncfusion.SfPdfViewer.iOS.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 | An integer which gets the current page number of the PDF document. |
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. |