menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextSearchHighlightEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TextSearchHighlightEventArgs

    This event arguments provides the necessary information about text search highlight event.

    Inheritance
    System.Object
    BaseEventArgs<TextSearchStartEventArgs>
    TextSearchStartEventArgs
    TextSearchHighlightEventArgs
    Inherited Members
    BaseEventArgs<TextSearchStartEventArgs>.Name
    TextSearchStartEventArgs.MatchCase
    TextSearchStartEventArgs.SearchText
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved