THotPDF.GetObjectFromStream Method

Reads object from stream information from the current document import and output state. Use the value to inspect parser results, shaping tables, resource availability, or diagnostic counters without mutating document output

Declaration

function GetObjectFromStream(ObjNum: Integer): THPDFDictionaryObject;

Unit

HPDFDoc

Parameters

NamePurpose
ObjNumInput used by GetObjectFromStream

Return value

Returns a THPDFDictionaryObject value

Usage notes

Related APIs