TdxPDFHyperlink.Hint Property
Returns the hint that the PDF Viewer control displays for the hyperlink.
Declaration
property Hint: string read;
Property Value
Type |
---|
string |
Remarks
The PDF Viewer control displays universal resource identifiers (URI) in hints for those hyperlinks that refer to external resources if its OptionsBehavior.ShowHints property is set to True. You can use the Hint property to obtain a URI for an external hyperlink.
Note
The Hint property always returns an empty string for internal hyperlinks.
See Also