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

NameTypeAccessDescription
keystroke: PdfActionRead/K — fires on each keystroke while the value is being edited.
format: PdfActionRead/F — formats the value for display.
validate: PdfActionRead/V — validates the value when it changes.
calculate: PdfActionRead/C — recalculates the value when another field changes.