THotPDF.ResolveLoadedArray 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 ResolveLoadedArray(Obj: THPDFObject): THPDFArrayObject;
Unit
HPDFDoc
Parameters
| Name | Purpose |
|---|---|
Obj | Input used by ResolveLoadedArray |
Return value
Returns a THPDFArrayObject 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