FoxitPDFSDKforWeb v11.0.1
Foxit PDF SDK for Web
ResetFormActionData Interface Reference

Represents the data for a reset form action, specifying form fields and optional flags. More...

Public Attributes

string [] fieldNames
 An array of form field names that either specify which fields to reset or exclude from resetting, depending on the flag value.
 
number flags
 Flags controlling the form reset behavior. Currently, valid values are: More...
 

Detailed Description

Represents the data for a reset form action, specifying form fields and optional flags.

Since
11.0.0

Member Data Documentation

◆ flags

number ResetFormActionData::flags

Flags controlling the form reset behavior. Currently, valid values are:

  • 0: means to reset fields defined in the array.
  • 1: means to reset all fields except those defined in the array.

Foxit Software Corporation Logo
@2025 Foxit Software Incorporated. All rights reserved.