THotPDF.AutoLaunch プロパティ

 

THotPDF.AutoLaunch

THotPDF

 

トップへ  前へ  次へ

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;

 

コード例

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