THPDFPage.SetPageAdditionalAction Method
メソッドの要約: THPDFPage.SetPageAdditionalAction Method
宣言
procedure SetPageAdditionalAction(Trigger: THPDFPageActionTrigger; Action: THPDFActionBuilder);
ユニット
HPDFDoc
パラメータ
| 名前 | 目的 |
|---|---|
Trigger | Page additional-action trigger, either patOpen or patClose |
Action | Action chain built with THPDFActionBuilder |
使用上の注意
- The method replaces any existing action for the same page trigger and keeps the other trigger intact
- THPDFActionBuilder.ThenAction chains are preserved under the emitted /Next entry
- Builder validation enforces PDF/A and PDF/X restrictions for JavaScript, SubmitForm, Launch, and other restricted action types
Related API
- THPDFPageActionTrigger Type
- THPDFPage.SetPageOpenAction Method
- THPDFPage.SetPageCloseAction Method
- THPDFActionBuilder Class