pdfrx_web
Demo
GitHub
npm
Preparing search index...
@pdfrx/viewer-core
SelectionPoint
Interface SelectionPoint
A (page text, character index) pair; both selection ends are inclusive.
interface
SelectionPoint
{
index
:
number
;
text
:
PdfPageText
;
}
Index
Properties
index
text
Properties
index
index
:
number
text
text
:
PdfPageText
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
index
text
Demo
GitHub
npm
pdfrx_web
Loading...
A (page text, character index) pair; both selection ends are inclusive.