menu

Blazor

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

    Show / Hide Table of Contents

    Class TextSelectionEndEventArgs

    This event arguments provide the necessary information about text selection end event.

    Inheritance
    System.Object
    BaseEventArgs<TextSelectionStartEventArgs>
    TextSelectionStartEventArgs
    TextSelectionEndEventArgs
    Inherited Members
    BaseEventArgs<TextSelectionStartEventArgs>.Name
    TextSelectionStartEventArgs.PageNumber
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public class TextSelectionEndEventArgs : TextSelectionStartEventArgs

    Constructors

    TextSelectionEndEventArgs()

    Declaration
    public TextSelectionEndEventArgs()

    Properties

    TextBounds

    Defines the bounds of the selected text in the page.

    Declaration
    public List<TextBound> TextBounds { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<TextBound>

    A list of TextBound objects that represent the boundaries of the selected text.

    TextContent

    Defines the text content selected in the page.

    Declaration
    public string TextContent { get; }
    Property Value
    Type Description
    System.String

    Accepts the string value.

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