THotPDF.SetDocumentCloseAction Method
Methodenzusammenfassung: THotPDF.SetDocumentCloseAction Method
Deklaration
procedure SetDocumentCloseAction(Action: THPDFActionBuilder);
Parameter
| Name | Zweck |
|---|---|
Action | Action chain to run before the document closes |
Verwendungshinweise
- Action must not be nil
- The method builds a PDF action dictionary and does not keep the builder object
- The matching legacy SetActionScript astClose entry is cleared after this method succeeds
- PDF/A conformance rejects catalog additional actions
Related API
- THotPDF.ClearDocumentCloseAction Method
- THPDFActionBuilder Class