Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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
    Implements
    System.IEquatable<TextSearchStartEventArgs>
    Inherited Members
    TextSearchStartEventArgs.MatchCase
    TextSearchStartEventArgs.SearchText
    BaseEventArgs<TextSearchStartEventArgs>.Equals(TextSearchStartEventArgs)
    BaseEventArgs<TextSearchStartEventArgs>.Name
    Namespace: Syncfusion.Blazor.PdfViewer
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class TextSearchHighlightEventArgs : TextSearchStartEventArgs, IEquatable<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

    PageNumber

    Specifies the page number of the highlighted search text.

    Declaration
    public int PageNumber { get; }
    Property Value
    Type Description
    System.Int32

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved