THotPDF.SetFormFieldAnnotationAction Method

Method summary: THotPDF.SetFormFieldAnnotationAction Method

Declaration

procedure SetFormFieldAnnotationAction(const FieldName: AnsiString; Trigger: THPDFAnnotationActionTrigger; Action: THPDFActionBuilder);

Unit

HPDFDoc

Parameters

NamePurpose
FieldNameName of the target form field
TriggerAnnotation trigger that should run the action
ActionAction builder that defines the action to run

Return value

Returns no value

Usage notes

Related APIs