* Get an object by reference. * * Objects are cached and tracked for modifications.
(ref: PdfRef)
| 1543 | * Objects are cached and tracked for modifications. |
| 1544 | */ |
| 1545 | getObject(ref: PdfRef): PdfObject | null { |
| 1546 | return this.ctx.resolve(ref); |
| 1547 | } |
| 1548 | |
| 1549 | /** |
| 1550 | * Get the document catalog dictionary. |