Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Actions
FieldActionsModel Class
Provides all field actions.
csharp
public class FieldActionsModel
Inheritance System.Object 🡒 FieldActionsModel
Properties | |
---|---|
CalculateAction | Calculation action to be executed when dependent values change. <remarks>Does not apply to button fields.</remarks> |
FormatAction | The action that will be executed before a field is displayed. <remarks>Does not apply to button fields.</remarks> |
KeyStrokeAction | An action that will be executed when a user types a keystroke (or another item is selected from a list). <remarks>Does not apply to button fields.</remarks> |
ValidationAction | Validation action to be executed when value changes. <remarks>Does not apply to button fields.</remarks> |
XfaActions | XFA actions associated with a field.xfaActions returns an array of XfaActionModel objects, one for each action with a non-empty script.Each XfaActionModel contains two strings:- the Activity which triggers the action, and- the Script which will be executed.Valid activities are: |