FieldAdditionalActionsOnBeforeFormatted Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets a JavaScript action that shall be performed before the field is formatted to display its value. This action may modify the field’s value before formatting.

Namespace:  Apitron.PDF.Kit.Interactive.Forms
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public JavaScriptAction OnBeforeFormatted { get; set; }

Property Value

Type: JavaScriptAction
The on before formatted.
See Also

Reference