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

NamePurpose
ObjInput used by ResolveLoadedArray

Return value

Returns a THPDFArrayObject value

Usage notes

Related APIs