|
THotPDF.AutoLaunch
|
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
|