Represents a Reset action in a PDF form
Inheritance Hierarchy
WinnovativeClientPdfAction
WinnovativeClientPdfResetFormAction
Namespace: WinnovativeClient
Assembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax
The PdfResetFormAction type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PdfResetFormAction |
Creates a PDF form reset action
|
Properties
Name | Description | |
---|---|---|
Fields |
Gets or sets the list of fields to be included or excluded from reset based on IncludeFields property value.
If no fields are added to this array and IncludeFields property is true then all the fields are reset
| |
IncludeFields |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also