HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THPDFPage.PrintHyperlink
|
Top Previous Next |
|
Prints the text linked to the URL.
Delphi syntax: procedure PrintHyperlink ( X, Y: Single; Text: AnsiString; URL: AnsiString);
C++ syntax: void __fastcall PrintHyperlink ( float X, float Y, AnsiString Text, AnsiString URL);
Description: This procedure prints a text line Text linked to the URL from the point X, Y.
See also: HyperlinkColor |