Foxit::PDF::ResetFormAction Class Reference

Class to represent reset form action data. More...

Public Member Functions

 ResetFormAction (const Array< String^ >^fields, int32 flags)
 Constructor to initialize a new instance of class PDF::ResetFormAction with specific values.
 

Properties

Array< String^ >^ Fields
 A String array that represents the names of fields to be included or excluded.
 
int32 Flags
 Flag value that specifies whether to include or exclude specific fields. More...
 

Detailed Description

Class to represent reset form action data.

Property Documentation

int32 Foxit::PDF::ResetFormAction::Flags

Flag value that specifies whether to include or exclude specific fields.

It should be one of the following values at present:

Foxit Corporation