Creates AnnotationsLayerBuilder.
This commit is contained in:
parent
fe4ac86781
commit
9f384bbb41
5 changed files with 208 additions and 115 deletions
|
@ -97,3 +97,16 @@ IPDFTextLayerFactory.prototype = {
|
|||
*/
|
||||
createTextLayerBuilder: function (textLayerDiv, pageIndex, viewport) {}
|
||||
};
|
||||
|
||||
/**
|
||||
* @interface
|
||||
*/
|
||||
function IPDFAnnotationsLayerFactory() {}
|
||||
IPDFAnnotationsLayerFactory.prototype = {
|
||||
/**
|
||||
* @param {HTMLDivElement} pageDiv
|
||||
* @param {PDFPage} pdfPage
|
||||
* @returns {AnnotationsLayerBuilder}
|
||||
*/
|
||||
createAnnotationsLayerBuilder: function (pageDiv, pdfPage) {}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue