|
THPDFPage.PrintHyperlink
|
Haut Précédent Suivant |
|
Prints the text linked to the URL.
Syntaxe Delphi : procedure PrintHyperlink ( X, Y: Single; Text: AnsiString; URL: AnsiString);
Syntaxe C++ : 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.
Voir aussi : HyperlinkColor |