Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextSearchHighlightEventArgs

    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
    TextSearchStartEventArgs.MatchCase
    TextSearchStartEventArgs.SearchText
    BaseEventArgs<TextSearchStartEventArgs>.Name
    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

    PageNumber

    Specifies the page number of the highlighted search text.

    Declaration
    public int PageNumber { get; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved