[]
        
(Showing Draft Content)

ActionResetFormProperties

DsPdfJS API v9.1.0


DsPdfJS API / ActionResetFormProperties

Type Alias: ActionResetFormProperties

ActionResetFormProperties = object

Represents an action that resets selected interactive form fields to their default values. If no default value is defined for a field, its value is cleared. For fields that can have no value, for example, PushButtonField, the action has no effect.

See

ActionResetForm

Properties

excludeSpecifiedFields?

optional excludeSpecifiedFields: boolean

Indicates whether the fields specified by the 'fields' list should be excluded for processing. By default this property is "false", which means that the fields in the list are processed. If this property is set to "true", the fields in the list are excluded from processing.