THPDFPage.ClearAnnotationAdditionalAction Method
メソッドの要約: THPDFPage.ClearAnnotationAdditionalAction Method
宣言
procedure ClearAnnotationAdditionalAction(Annot: THPDFDictionaryObject; Trigger: THPDFAnnotationActionTrigger);
ユニット
HPDFDoc
パラメータ
| 名前 | 目的 |
|---|---|
Annot | Annotation dictionary returned by an annotation creation call or held in LastAnnotation |
Trigger | Annotation additional-action trigger to remove |
使用上の注意
- The method removes only the selected trigger entry and keeps other annotation actions unchanged
- If the annotation /AA dictionary becomes empty, the dictionary entry is removed from the annotation
- Use SetAnnotationAdditionalAction to install a replacement THPDFActionBuilder chain for the same trigger
- Use THotPDF form-field action convenience helpers when the target annotation is an AcroForm widget selected by field name
Related API
- THPDFPageSetAnnotationAdditionalActionMethod
- THotPDFFormFieldActionConvenienceMethods
- THPDFActionBuilderClass