Class TextSearchHighlightEventArgs
This event arguments provides the necessary information about text search highlight event.
Inheritance
System.Object
TextSearchHighlightEventArgs
Inherited Members
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public class TextSearchHighlightEventArgs : TextSearchStartEventArgs
Constructors
TextSearchHighlightEventArgs()
Declaration
public TextSearchHighlightEventArgs()
Properties
Bound
Specifies the bounds of the highlighted searched text.
Declaration
public Bound Bound { get; }
Property Value
Type | Description |
---|---|
Bound | The Bound object that represents the bounding rectangle of the highlighted searched text. |
PageNumber
Specifies the page number of the highlighted search text.
Declaration
public int PageNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 | Accepts an integer value. |