FieldActions
Overview
FieldActions is a interface in Aspose.PDF FOSS for TypeScript.
A field’s additional-actions (/AA), PDF 32000-1 table 197.
Properties: calculate, format, keystroke, validate.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
keystroke | : PdfAction | Read | /K — fires on each keystroke while the value is being edited. |
format | : PdfAction | Read | /F — formats the value for display. |
validate | : PdfAction | Read | /V — validates the value when it changes. |
calculate | : PdfAction | Read | /C — recalculates the value when another field changes. |