THotPDF.AutoLaunch Property

 

THotPDF.AutoLaunch

THotPDF

 

Горе  Предишна  Следваща

Determines whether the PDF document will be shown automatically.

 

Delphi syntax:

property AutoLaunch: Boolean;

 

C++ syntax:

__property bool AutoLaunch;

 

Задайте AutoLaunch на true, за да видите PDF документа в default reader след като EndDoc бъде извикан Задайте AutoLaunch на false и създаденият PDF документ няма да бъде показан в default reader

Default value: true;

 

Примерен код

HPDF.Title := 'HotPDF Library Manual';
HPDF.Author := 'LosLab Software Developer';
HPDF.Subject := 'PDF generation component';
HPDF.Keywords := 'PDF, library, component, Delphi';
HPDF.ShowInfo := true;  // Show document properties in PDF viewer