Class TextSearchStartEventArgs
This event arguments provides the necessary information about text search start event.
Inheritance
System.Object
TextSearchStartEventArgs
Inherited Members
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public class TextSearchStartEventArgs : BaseEventArgs<TextSearchStartEventArgs>
Constructors
TextSearchStartEventArgs()
Declaration
public TextSearchStartEventArgs()
Properties
MatchCase
Gets the match case of the searched text.
Declaration
public bool MatchCase { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
SearchText
Gets the searchText content in the PDF Viewer.
Declaration
public string SearchText { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |