THotPDF.AutoLaunch – vlastnost

 

THotPDF.AutoLaunch – vlastnost

THotPDF

 

Nahoru  Předchozí  Další

Determines whether the PDF document will be shown automatically.

 

Syntaxe Delphi:

property AutoLaunch: Boolean;

 

Syntaxe C++:

__property bool AutoLaunch;

 

Set AutoLaunch to true to view PDF document in default reader after EndDoc was called. Set AutoLaunch to false and created  PDF document will not be shown in default  reader.

Default value: true;

 

Příklad kódu

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