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 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