THotPDF.GetLoadedXRefType Method

Returns the cross-reference table type string of the loaded PDF document, indicating whether it uses a traditional XRef table or an XRef stream

Declaration

function GetLoadedXRefType: AnsiString;

Unit

HPDFDoc

Return value

Returns 'Table' (traditional cross-reference table) or 'Stream' (cross-reference stream for PDF 1.5 and above); returns an empty string if unable to determine

Usage notes

Related APIs