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

NamePurpose
ObjInput used by ResolveLoadedDictionary

Return value

Returns a THPDFDictionaryObject value

Usage notes

Related APIs