|
THotPDF.AutoLaunch THotPDF
|
Vrh Prejšnja Naslednja |
|
Determines whether the PDF document will be shown automatically.
Delphi syntax: property AutoLaunch: Boolean;
C++ syntax: __property bool AutoLaunch;
Nastavite AutoLaunch na true, da po klicu EndDoc PDF dokument odprete v privzetem bralniku. Nastavite AutoLaunch na false in ustvarjeni PDF dokument se v privzetem bralniku ne bo prikazal Default value: true;
Code Example
|