THotPDF.SetDocumentWillSaveAction Method
Metódus összefoglaló: THotPDF.SetDocumentWillSaveAction Method
Deklaráció
procedure SetDocumentWillSaveAction(Action: THPDFActionBuilder);
Paraméterek
| Név | Cél |
|---|---|
Action | Action chain to run before the document is saved |
Használati megjegyzések
- Action must not be nil
- The method builds a PDF action dictionary and does not keep the builder object
- The matching legacy SetActionScript astWillSave entry is cleared after this method succeeds
- PDF/A conformance rejects catalog additional actions
Related API
- THotPDF.ClearDocumentWillSaveAction Method
- THPDFActionBuilder Class