mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 02:05:37 +02:00
Update BaseViewer.createAnnotationLayerBuilder
, and PDFPageView
, to accurately reflect IPDFAnnotationLayerFactory
(PR 12147 follow-up)
This commit is contained in:
parent
5e44b241b2
commit
a6c1ef82ae
3 changed files with 11 additions and 2 deletions
|
@ -165,7 +165,8 @@ class IPDFAnnotationLayerFactory {
|
|||
/**
|
||||
* @param {HTMLDivElement} pageDiv
|
||||
* @param {PDFPage} pdfPage
|
||||
* @param {AnnotationStorage} [annotationStorage]
|
||||
* @param {AnnotationStorage} [annotationStorage] - Storage for annotation
|
||||
* data in forms.
|
||||
* @param {string} [imageResourcesPath] - Path for image resources, mainly
|
||||
* for annotation icons. Include trailing slash.
|
||||
* @param {boolean} renderInteractiveForms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue