DsPdfJS API - v9.1.0
    Preparing search index...

    Type Alias ActionResetFormProperties

    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.

    type ActionResetFormProperties = {
        excludeSpecifiedFields?: boolean;
    }
    Index

    Properties

    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.