Pdf |
The PdfResetFormAction type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfResetFormAction(PdfDocument) | Initializes a new instance of the PdfResetFormAction class with the array of field names. | |
| PdfResetFormAction(PdfDocument, PdfField) | Initializes a new instance of the PdfResetFormAction class with the array of fields. | |
| PdfResetFormAction(PdfDocument, IntPtr) | Initializes a new instance of the PdfAction class. | |
| PdfResetFormAction(PdfDocument, String) | Initializes a new instance of the PdfResetFormAction class with the array of field names. |
| Name | Description | |
|---|---|---|
| Fields | Gets or sets an array identifying which fields to reset or which to exclude from resetting, depending on the setting of the IncludeExclude flag in the Flags property. | |
| Flags | Gets or sets a set of flags specifying various characteristics of the action. See SubmitFormFlags. | |
| Names | Gets or sets an array of a text string representing the fully qualified name of a field. |