THotPDF.ClearPageAdditionalAction Method
Method summary: THotPDF.ClearPageAdditionalAction Method
Declaration
procedure ClearPageAdditionalAction(PageIndex: Integer; Trigger: THPDFPageActionTrigger);
Parameters
| Name | Purpose |
|---|---|
PageIndex | Zero-based generated page index |
Trigger | Page trigger to remove from the selected page /AA dictionary |
Usage notes
- This method does not change CurrentPageNumber or the active drawing page
- If the last trigger is removed, HotPDF removes the empty page /AA dictionary
Related API
- THotPDF.SetPageAdditionalAction Method
- THPDFPageActionTrigger Type