THotPDF.SetDocumentDidPrintAction Method
Metodo santrauka: THotPDF.SetDocumentDidPrintAction Method
Deklaracija
procedure SetDocumentDidPrintAction(Action: THPDFActionBuilder);
Parametrai
| Name | Paskirtis |
|---|---|
Action | Action chain to run after the document is printed |
Naudojimo pastabos
- Action must not be nil
- The method builds a PDF action dictionary and does not keep the builder object
- The matching legacy SetActionScript astDidPrint entry is cleared after this method succeeds
- PDF/A conformance rejects catalog additional actions
Related API
- THotPDF.ClearDocumentDidPrintAction Method
- THPDFActionBuilder Class