THotPDF.SetPageAdditionalAction Method
メソッドの要約: THotPDF.SetPageAdditionalAction Method
宣言
procedure SetPageAdditionalAction(PageIndex: Integer; Trigger: THPDFPageActionTrigger; Action: THPDFActionBuilder);
パラメータ
| 名前 | 目的 |
|---|---|
PageIndex | Zero-based generated page index |
Trigger | Page additional-action trigger, either patOpen or patClose |
Action | Action chain built with THPDFActionBuilder |
使用上の注意
- This method does not change CurrentPageNumber or the active drawing page
- The same trigger on the selected page is replaced while other page triggers remain intact
- Use the THPDFPage method when the target is already the current page
Related API
- THPDFPageActionTrigger Type
- THotPDF.SetPageOpenAction Method
- THotPDF.SetPageCloseAction Method