Class TextSelectionEndEventArgs
This event arguments provide the necessary information about text selection end event.
Inheritance
System.Object
TextSelectionEndEventArgs
Inherited Members
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.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. |