pdfrx_web
Demo
GitHub
npm
Preparing search index...
@pdfrx/engine
PdfAnnotationSnapshot
Interface PdfAnnotationSnapshot
Versioned external representation returned by
PdfDocument.exportAnnotations
.
interface
PdfAnnotationSnapshot
{
annotations
:
readonly
PdfStoredAnnotation
[]
;
version
:
1
;
}
Index
Properties
annotations
version
Properties
Readonly
annotations
annotations
:
readonly
PdfStoredAnnotation
[]
Readonly
version
version
:
1
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
annotations
version
Demo
GitHub
npm
pdfrx_web
Loading...
Versioned external representation returned by PdfDocument.exportAnnotations.