* Get the document catalog dictionary. * * Note: For internal use, prefer accessing the catalog via context which * provides higher-level methods for working with catalog structures.
()
| 1553 | * provides higher-level methods for working with catalog structures. |
| 1554 | */ |
| 1555 | getCatalog(): PdfDict { |
| 1556 | return this.ctx.catalog.getDict(); |
| 1557 | } |
| 1558 | |
| 1559 | /** |
| 1560 | * Get all pages in document order. |
no test coverage detected