Class TextSelectionStartEventArgs
This event arguments provide the necessary information about text selection start event.
Inheritance
System.Object
TextSelectionStartEventArgs
Inherited Members
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.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
public int PageNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 | Accepts an integer value. |