THotPDF.GetLoadedLinkInfo Method

Reads loaded link info information from the current annotation and action state. Use the value to inspect parser results, shaping tables, resource availability, or diagnostic counters without mutating document output

Declaration

function GetLoadedLinkInfo(PageIndex, LinkIndex: Integer; out AURI: AnsiString; out ARect: THPDFRect): boolean;

Unit

HPDFDoc

Parameters

NamePurpose
PageIndexZero-based index or object index used to select an existing item
LinkIndexZero-based index or object index used to select an existing item
AURIExternal target address stored in the PDF action or link annotation
ARectInput used by GetLoadedLinkInfo

Return value

Returns a boolean value

Usage notes

Related APIs