THotPDF.SetDocumentWillPrintAction Method
Резюме на метода: THotPDF.SetDocumentWillPrintAction Method
Декларация
procedure SetDocumentWillPrintAction(Action: THPDFActionBuilder);
Параметри
| Name | Предназначение |
|---|---|
Action | Action chain to run before the document is printed |
Бележки за употреба
- Action must not be nil
- The method builds a PDF action dictionary and does not keep the builder object
- The matching legacy SetActionScript astWillPrint entry is cleared after this method succeeds
- PDF/A conformance rejects catalog additional actions
Related API
- THotPDF.ClearDocumentWillPrintAction Method
- THPDFActionBuilder Class