pdfrx_web
Demo
GitHub
npm
Preparing search index...
@pdfrx/engine
PdfAnnotationQuad
Interface PdfAnnotationQuad
A text-markup quadrilateral (one highlighted run) in page coordinates.
interface
PdfAnnotationQuad
{
bottomLeft
:
PdfAnnotationPoint
;
bottomRight
:
PdfAnnotationPoint
;
topLeft
:
PdfAnnotationPoint
;
topRight
:
PdfAnnotationPoint
;
}
Index
Properties
bottom
Left
bottom
Right
top
Left
top
Right
Properties
bottom
Left
bottomLeft
:
PdfAnnotationPoint
bottom
Right
bottomRight
:
PdfAnnotationPoint
top
Left
topLeft
:
PdfAnnotationPoint
top
Right
topRight
:
PdfAnnotationPoint
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bottom
Left
bottom
Right
top
Left
top
Right
Demo
GitHub
npm
pdfrx_web
Loading...
A text-markup quadrilateral (one highlighted run) in page coordinates.