[]
DsPdfJS API / 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.
optionalexcludeSpecifiedFields: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.