Search results

TextSelectionEndEventArgs API in React PDF Viewer API component

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.