Class TextSelectionStartEventArgs
This event arguments provide the necessary information about text selection start event.
Inheritance
TextSelectionStartEventArgs
Inherited Members
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
public class TextSelectionStartEventArgs : BaseEventArgs<TextSelectionStartEventArgs>
Constructors
TextSelectionStartEventArgs()
Declaration
public TextSelectionStartEventArgs()
Properties
PageNumber
Defines the page number in which the text selection is started.
Declaration
[JsonPropertyName("pageIndex")]
[JsonInclude]
public int PageNumber { get; }
Property Value
| Type | Description |
|---|---|
| int | Accepts an integer value. |