TPDFlibDocumentActionTrigger
Data types
Description
Selects the Catalog additional-action trigger used by document lifecycle action methods
Syntax
TPDFlibDocumentActionTrigger = (datWillClose, datWillSave, datDidSave, datWillPrint, datDidPrint);Values
| datWillClose | Before the document closes |
|---|---|
| datWillSave | Before saving |
| datDidSave | After saving |
| datWillPrint | Before printing |
| datDidPrint | After printing |