THotPDF.SetFormFieldAnnotationAction Method
메서드 요약: THotPDF.SetFormFieldAnnotationAction Method
선언
procedure SetFormFieldAnnotationAction(const FieldName: AnsiString; Trigger: THPDFAnnotationActionTrigger; Action: THPDFActionBuilder);
유닛
HPDFDoc
매개 변수
| 이름 | 목적 |
|---|---|
FieldName | Name of the target form field |
Trigger | Annotation trigger that should run the action |
Action | Action builder that defines the action to run |
반환 값
값을 반환하지 않음
사용 참고
- Use this API for mouse and focus widget actions
- The convenience SetFormFieldMouse*Action helpers call this method for common triggers
관련 API
- THotPDF
- THPDFActionBuilder Class
- THPDFPage.AddTextField Method
- AcroForm Support
- Contents