Link Search Menu Expand Document

ResetFormAction Class

Represents the PDF form's reset action.
Remarks
This action allows a user to reset the form fields to their default values.
Inheritance Hierarchy
SystemObject
Bytescout.PDFAction
Bytescout.PDFResetFormAction

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public class ResetFormAction : Action

The ResetFormAction type exposes the following members.

Constructors
NameDescription
Public methodResetFormAction
Initializes a new instance of the Bytescout.PDF.ResetFormAction.
Top
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
Methods
NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference