Get an object by reference (with caching and decryption)
(ref: PdfRef)
| 93 | |
| 94 | /** Get an object by reference (with caching and decryption) */ |
| 95 | getObject(ref: PdfRef): PdfObject | null; |
| 96 | |
| 97 | /** Get the document catalog */ |
| 98 | getCatalog(): PdfDict | null; |
no outgoing calls