THotPDF.SetFormFieldAnnotationAction Method
Sažetak metode: THotPDF.SetFormFieldAnnotationAction Method
Deklaracija
procedure SetFormFieldAnnotationAction(const FieldName: AnsiString; Trigger: THPDFAnnotationActionTrigger; Action: THPDFActionBuilder);
Unit
HPDFDoc
Parametri
| Name | Svrha |
|---|---|
FieldName | Name of the target form field |
Trigger | Annotation trigger that should run the action |
Action | Action builder that defines the action to run |
Povratna vrijednost
Ne vraća vrijednost
Napomene za uporabu
- Use this API for mouse and focus widget actions
- The convenience SetFormFieldMouse*Action helpers call this method for common triggers
Povezani API-ji
- THotPDF
- THPDFActionBuilder Class
- THPDFPage.AddTextField Method
- AcroForm Support
- Contents