THotPDF.AutoLaunch Property

 

THotPDF.AutoLaunch

THotPDF

 

Hore  Predchádzajúce  Ďalej

Determines whether the PDF document will be shown automatically.

 

Delphi syntax:

property AutoLaunch: Boolean;

 

C++ syntax:

__property bool AutoLaunch;

 

Nastavte AutoLaunch na true, aby sa PDF dokument po volaní EndDoc otvoril v predvolenej čítačke. Ak nastavíte AutoLaunch na false, vytvorený  PDF dokument sa v predvolenej  čítačke nezobrazí

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