THotPDF.SetFormFieldAnnotationAction Method
Tóm tắt phương thức: THotPDF.SetFormFieldAnnotationAction Method
Khai báo
procedure SetFormFieldAnnotationAction(const FieldName: AnsiString; Trigger: THPDFAnnotationActionTrigger; Action: THPDFActionBuilder);
Đơn vị
HPDFDoc
Tham số
| Tên | Mục đích |
|---|---|
FieldName | Name of the target form field |
Trigger | Annotation trigger that should run the action |
Action | Action builder that defines the action to run |
Giá trị trả về
Không trả về giá trị
Ghi chú sử dụng
- Use this API for mouse and focus widget actions
- The convenience SetFormFieldMouse*Action helpers call this method for common triggers
API liên quan
- THotPDF
- THPDFActionBuilder Class
- THPDFPage.AddTextField Method
- AcroForm Support
- Contents