Skip to main content
A newer version of this page is available. .

TdxPDFHyperlink Class

Stores information on a hyperlink in a loaded PDF document.

Declaration

TdxPDFHyperlink = class(
    TdxPDFRecognizedObject
)

Remarks

This class implements a container that stores information on a hyperlink from the parsed PDF document. The TdxPDFHyperlink class provides 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.

See Also