alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class TextSearchHighlightEventArgs

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

    Inheritance
    object
    BaseEventArgs<TextSearchStartEventArgs>
    TextSearchStartEventArgs
    TextSearchHighlightEventArgs
    Inherited Members
    BaseEventArgs<TextSearchStartEventArgs>.Name
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    [JsonPropertyName("bounds")]
    [JsonInclude]
    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
    [JsonPropertyName("pageNumber")]
    [JsonInclude]
    public int PageNumber { get; }
    Property Value
    Type Description
    int

    Accepts an integer value.

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