Class TextMatchFoundEventArgs
Provides data for TextMatchFound
events.
Inheritance
System.Object
System.EventArgs
TextMatchFoundEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.PdfViewer
Assembly: Syncfusion.PdfViewer.Windows.dll
Syntax
public class TextMatchFoundEventArgs : EventArgs
Properties
PageNumber
Gets the match founded page number.
Declaration
public int PageNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 | A integer value that holds the match founded page number. |
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 |