HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THPDFPage.HyperlinkColor Property
|
Top Previous Next |
|
Specifies the color of hyperlink text.
Delphi syntax: property HyperlinkColor: TColor;
C++ syntax: __property TColor HyperlinkColor = {read=FHyperlinkColor, write=SetHyperlinkColor};
Description: Use HyperlinkColor to specify the color of hyperlink text when using the PrintHyperlink method. The default color is blue (clBlue).
See also: PrintHyperlink |