www.gnostice.com 

ActiveHyperLinks property (TgtPlainSheetPreferences)

TgtPlainSheetPreferences

Top 

property ActiveHyperLinks: Boolean;

 

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;