|
ActiveHyperLinks property (TgtPlainSheetPreferences) |
Top |
|
Description
If ActiveHyperLinks is True, all hyper links will be encoded as link texts. Otherwise they remain as plain text.
Example:
Delphi: gtPDFEngine1.Preferences.ActiveHyperLinks := True;
C++Builder: gtPDFEngine1->Preferences->ActiveHyperLinks = True;
|