vcl-dxpdfcore-929e6f21.md
Stores information on a hyperlink in a loaded PDF document.
TdxPDFHyperlink = class(
TdxPDFRecognizedObject
)
This class implements a container that stores information on a hyperlink from the parsed PDF document. The TdxPDFHyperlink class has the following members that allow you to:
Identify the HitTest code corresponding to a hyperlink within the document that the PDF Viewer control displays (HitCode);
Obtain a hint that the control shows for an external hyperlink (Hint).
The TdxPDFHyperlinkList class’ Items property references a TdxPDFHyperlink object.
TObject TdxPDFReferencedObject TdxPDFRecognizedObject TdxPDFHyperlink
See Also