THotPDF.ResolveLoadedStream Method
Resolves loaded-document references into concrete PDF objects for the document import and output workflow. Use it before reading arrays, dictionaries, streams, or indirect references that may still point into an imported object graph
Declaration
function ResolveLoadedStream(Obj: THPDFObject): THPDFStreamObject;
Unit
HPDFDoc
Parameters
| Name | Purpose |
|---|---|
Obj | Input used by ResolveLoadedStream |
Return value
Returns a THPDFStreamObject value
Usage notes
- Use this API in the document import and output 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