mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 01:35:43 +02:00
Add missing pagesCount
getter to IPDFLinkService
and SimpleLinkService
This commit is contained in:
parent
9e9426c354
commit
df8d9f45f9
2 changed files with 15 additions and 0 deletions
|
@ -20,6 +20,11 @@
|
|||
* @interface
|
||||
*/
|
||||
class IPDFLinkService {
|
||||
/**
|
||||
* @returns {number}
|
||||
*/
|
||||
get pagesCount() {}
|
||||
|
||||
/**
|
||||
* @returns {number}
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue