TextSelectionEndEventArgs

12 Sep 20251 minute to read

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

Properties

name string

Specifies name of the event.

pageIndex number

Defines the page number in which the text selection is finished.

textBounds any

Defines the bounds of the selected text in the page.

textContent string

Defines the text content selected in the page.