THotPDF.GetLoadedAllLinkURIs Method

Scans all pages of the loaded PDF document, extracts all external link (URI) annotations contained within, and returns them as an array of strings.

Declaration

function GetLoadedAllLinkURIs: THPDFAnsiStringArray;

Unit

HPDFDoc

Return value

返回一个 THPDFAnsiStringArray,包含了文档中所有外部链接(URI)的字符串列表。如果文档没有任何链接注释,则返回空数组。

Usage notes

Related APIs