THotPDF.AutoLaunch Property

 

THotPDF.AutoLaunch

THotPDF

 

Vrh  Prethodno  Sledeće

Determines whether the PDF document will be shown automatically.

 

Delphi syntax:

property AutoLaunch: Boolean;

 

C++ syntax:

__property bool AutoLaunch;

 

Postavite AutoLaunch na true da biste pogledali PDF dokument u podrazumevanom čitaču nakon što je pozvan EndDoc. Postavite AutoLaunch na false i kreirani PDF dokument neće biti prikazan u podrazumevanom čitaču

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