THotPDF.AutoLaunch Property

 

THotPDF.AutoLaunch

THotPDF

 

Topo  Anterior  Seguinte

Determines whether the PDF document will be shown automatically.

 

Delphi syntax:

property AutoLaunch: Boolean;

 

C++ syntax:

__property bool AutoLaunch;

 

Defina AutoLaunch como true para ver o documento PDF no leitor predefinido depois de EndDoc ter sido chamado. Defina AutoLaunch como false e o documento PDF criado não será mostrado no leitor predefinido

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