pdfrx_web
Demo
GitHub
npm
Preparing search index...
@pdfrx/viewer-core
SelectionAnchor
Interface SelectionAnchor
An A/B selection anchor.
rect
is in document coordinates.
interface
SelectionAnchor
{
direction
:
PdfTextDirection
;
index
:
number
;
page
:
PdfPageText
;
rect
:
Rect
;
type
:
SelectionAnchorType
;
}
Index
Properties
direction
index
page
rect
type
Properties
direction
direction
:
PdfTextDirection
index
index
:
number
Inclusive character index.
page
page
:
PdfPageText
rect
rect
:
Rect
type
type
:
SelectionAnchorType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
direction
index
page
rect
type
Demo
GitHub
npm
pdfrx_web
Loading...
An A/B selection anchor.
rectis in document coordinates.