Back to Devexpress

TdxPDFHyperlink Class

vcl-dxpdfcore-929e6f21.md

latest1.4 KB
Original Source

TdxPDFHyperlink Class

Stores information on a hyperlink in a loaded PDF document.

Declaration

delphi
TdxPDFHyperlink = class(
    TdxPDFRecognizedObject
)

Remarks

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.

Inheritance

TObject TdxPDFReferencedObject TdxPDFRecognizedObject TdxPDFHyperlink

See Also

How to Extract Content from PDF Documents

TdxPDFHyperlink Members

dxPDFCore Unit