Link Search Menu Expand Document

ResetFormAction Properties

The ResetFormAction type exposes the following members.

Properties
NameDescription
Public propertyFields
Gets the fields.
Public propertyInclude
Gets or sets a value indicating whether fields contained in Fields collection will be included for resetting.
Remarks
If Include property is true, only the fields in this collection will be reset. If Include property is false, the fields in this collection are not reset and only the remaining form fields are reset. If the collection is empty, then all the form fields are reset and the Include property is ignored.
Public propertyNext
Gets the sequence of actions to be performed after the action represented by this instance.
(Inherited from Action.)
Public propertyType
Gets the Bytescout.PDF.ActionType value that specifies the type of this action.
(Overrides ActionType.)
Top
See Also

Reference