THotPDF.AutoLaunch Property

 

THotPDF.AutoLaunch

THotPDF

 

Sus  Anterior  Următor

Determină dacă documentul PDF va fi afișat automat

 

Delphi syntax:

property AutoLaunch: Boolean;

 

C++ syntax:

__property bool AutoLaunch;

 

Setați AutoLaunch la true pentru a afișa documentul PDF în cititorul implicit după apelarea EndDoc. Setați AutoLaunch la false pentru ca documentul PDF creat să nu fie afișat în cititorul implicit

Default value: true;

 

Exemplu de cod

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