THotPDF.ResolveLoadedDictionary Method
Resolves loaded-document references into concrete PDF objects for the document creation workflow. Use it before reading arrays, dictionaries, streams, or indirect references that may still point into an imported object graph
Declaration
function ResolveLoadedDictionary(Obj: THPDFObject): THPDFDictionaryObject;
Unit
HPDFDoc
Parameters
| Name | Purpose |
|---|---|
Obj | Input used by ResolveLoadedDictionary |
Return value
Returns a THPDFDictionaryObject value
Usage notes
- Use this API in the document creation workflow before the affected page, resource, field, or catalog object is finalised
- Keep object names, field names, resource names, and returned handles stable until the document is finalised
- Loaded-document object references may be indirect; resolve arrays, dictionaries, or streams before inspecting nested values