Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfResetFormAction Properties

An action that resets selected interactive form fields to their default values.
Name Description
ExcludeFields Gets a value that indicates whether to exclude fields obtained in the PdfResetFormAction.Fields property from resetting.
Fields Gets a collection of fields that indicate which fields to reset or which to exclude from resetting, depending on the value of the PdfResetFormAction.ExcludeFields property.
Next Gets the next action that is performed after the action from the list of PdfAction objects. Inherited from PdfAction.
See Also