Searched refs:pdfPage (Results 1 – 2 of 2) sorted by relevance
| /plugin/pdfjs/pdfjs/web/ |
| D | viewer.js | 1227 firstPagePromise.then(function (pdfPage) { argument 6093 …2._parseDate(info.ModDate), _this2.pdfDocument.getPage(currentPageNumber).then(function (pdfPage) { argument 6094 return _this2._parsePageSize((0, _ui_utils.getPageSizeInches)(pdfPage), pagesRotation); 7082 return _this2._pdfDocument.getPage(i + 1).then(function (pdfPage) { argument 7083 return pdfPage.getTextContent({ 9675 if (thumbView.pdfPage) { 9676 return Promise.resolve(thumbView.pdfPage); 9685 var promise = this.pdfDocument.getPage(pageNumber).then(function (pdfPage) { argument 9686 thumbView.setPdfPage(pdfPage); 9688 return pdfPage; [all …]
|
| D | viewer.js.map | 1 …pdfPage","storePromise","page","zoom","scrollLeft","scrollTop","rotation","sidebarView","SidebarVi…
|