Overview
ReferenceRegistry is a interface in Aspose.Pdf FOSS for Java.
Allocates object keys in the target document.
Methods
| Signature | Description |
|---|
registerIndirect(cloned: COSBase) → COSObjectReference | Stores {@code cloned} under a newly allocated key and returns |
| a reference pointing to it. | |
See Also