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

NamePurpose
ObjInput used by ResolveLoadedStream

Return value

Returns a THPDFStreamObject value

Usage notes

Related APIs