vcl-dxpdfdocument-dot-tdxpdfpageinfo-7212c267.md
Provides access to the collection of hyperlinks on the PDF document page.
property Hyperlinks: TdxPDFHyperlinkList read;
| Type | Description |
|---|---|
| TdxPDFHyperlinkList |
The collection of hyperlinks on the PDF document page.
|
Use the Hyperlinks field to access individual hyperlinks on the page by their indexes. You can obtain a hyperlink’s hint text string only if the hyperlink refers to an external resource. Otherwise, the hyperlink‘s Hint property returns an empty string. Refer to the TdxPDFHyperlink class description for detailed information on available options.
Note
You cannot access hyperlinks on a page if one of the following conditions is met:
Hyperlinks field value is nil (in Delphi) or nullptr (in C++Builder)).Hyperlinks.Count property returns 0).See Also