|
THPDFActionScriptType |
Inizio Precedente Successivo |
|
Determines when the JavaScript action happens.
type THPDFActionScriptType = (astOpen, astClose, astWillSave, astDidSave, astWillPrint, astDidPrint);
Significato del valore astOpen L'action avviene quando il documento sta per essere aperto astClose L'action avviene quando il documento sta per essere chiuso astWillSave L'action avviene quando il documento sta per essere salvato astDidSave The action happens when document did save. astWillPrint L'action avviene quando il documento sta per essere stampato 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
|