Open stephenwf opened 3 years ago
Fixes #86
Added:
canvas.getAnnotationPageIndexById(' ... ')
canvas.getContent('http:// ... /annotation-page-1 ')
canvas.getContent(1)
canvas.getAnnotationTotalPages()
Could be improved to return a structure for the pages themselves instead of an array.
Fixes #86
Added:
canvas.getAnnotationPageIndexById(' ... ')
canvas.getContent('http:// ... /annotation-page-1 ')
- index by annotation page idcanvas.getContent(1)
- content by annotation page indexcanvas.getAnnotationTotalPages()
- total number of annotation pagesCould be improved to return a structure for the pages themselves instead of an array.