THotPDF.AutoLaunch Property

 

THotPDF.AutoLaunch

THotPDF

 

Vrh  Prejšnja  Naslednja

Determines whether the PDF document will be shown automatically.

 

Delphi syntax:

property AutoLaunch: Boolean;

 

C++ syntax:

__property bool AutoLaunch;

 

Nastavite AutoLaunch na true, da po klicu EndDoc PDF dokument odprete v privzetem bralniku. Nastavite AutoLaunch na false in ustvarjeni  PDF dokument se v privzetem  bralniku ne bo prikazal

Default value: true;

 

Code Example

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