THotPDF.SetDocumentDidSaveAction Method
メソッドの要約: THotPDF.SetDocumentDidSaveAction Method
宣言
procedure SetDocumentDidSaveAction(Action: THPDFActionBuilder);
パラメータ
| 名前 | 目的 |
|---|---|
Action | Action chain to run after the document is saved |
使用上の注意
- 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