|
THotPDF.AutoLaunch
|
トップへ 前へ 次へ |
|
PDF ドキュメントを自動的に表示するかどうかを決定します。
Delphi 構文: property AutoLaunch: Boolean;
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. デフォルト値: true;
コード例
|