HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THPDFActionScriptType |
Top Previous Next |
|
Determines when the JavaScript action happens.
type THPDFActionScriptType = (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.
Type Definitionh_handle : Double click on file h_Submit : Click on Submit button h_Reset : Click on Reset button h_Import : Call HotPDF file importer
|