THotPDF.SetDocumentDidSaveAction Method
Method summary: THotPDF.SetDocumentDidSaveAction Method
Declaration
procedure SetDocumentDidSaveAction(Action: THPDFActionBuilder);
Parameters
| Name | Purpose |
|---|---|
Action | Action chain to run after the document is saved |
Usage notes
- Action must not be nil
- The method builds a PDF action dictionary and does not keep the builder object
- The matching legacy SetActionScript astDidSave entry is cleared after this method succeeds
- PDF/A conformance rejects catalog additional actions
Related API
- THotPDF.ClearDocumentDidSaveAction Method
- THPDFActionBuilder Class