* Get all page references by walking the page tree. * Returns an array of PdfRef for each reachable page, in document order.
()
| 108 | * Returns an array of PdfRef for each reachable page, in document order. |
| 109 | */ |
| 110 | getPages(): PdfRef[]; |
| 111 | } |
| 112 | |
| 113 | // PDF header signature: %PDF- |
no outgoing calls
no test coverage detected