THPDFActionScript型

 

THPDFActionScript型

トップへ  前へ  次へ

JavaScript アクションがいつ発生するかを決定します。

 

type

   THPDFActionScript型 = (astOpen, astClose, astWillSave, astDidSave, astWillPrint, astDidPrint);

 

Value                Meaning


astOpen                     The action happens when document will open.

astClose                    The action happens when document will close.  

astWillSave                The action happens when document will save.  

astDidSave                 The action happens when document did save.

astWillPrint                 The action happens when document will print.

astDidPrint                 The action happens when document did print.

 

型定義

h_handle   :   Double click on file
h_Submit   :   Click on Submit button
h_Reset    :   Click on Reset button
h_Import   :   Call HotPDF file importer