THPDFPage.PrintHyperlink

THPDFPage

 

맨 위  이전  다음

Prints the text linked to the URL.

 

Delphi 구문:

procedure PrintHyperlink ( X, Y: Single; Text: AnsiString; URL: AnsiString);

 

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.

 

참조:HyperlinkColor