* Get the actual page count by walking the page tree. * This is more reliable than trusting /Count metadata for corrupted PDFs.
()
| 102 | * This is more reliable than trusting /Count metadata for corrupted PDFs. |
| 103 | */ |
| 104 | getPageCount(): number; |
| 105 | |
| 106 | /** |
| 107 | * Get all page references by walking the page tree. |
no outgoing calls
no test coverage detected