ResetFormAction Properties
An action that resets selected interactive form fields to their default values.| Name | Description |
|---|---|
| ExcludeFields | Gets or sets whether fields listed in the ResetFormAction.Fields property are excluded from the reset operation. |
| Fields | Gets or sets a collection of fields to reset or exclude from resetting, depending on the value of the ResetFormAction.ExcludeFields property. |
| Next | Gets or sets actions that run after the current annotation action. Inherited from AnnotationAction. |
See Also