Represents a Reset action in a PDF form
Inheritance Hierarchy
EvoPdf.HtmlToPdfClientPdfAction
EvoPdf.HtmlToPdfClientPdfResetFormAction
Namespace: EvoPdf.HtmlToPdfClient
Assembly: EvoHtmlToPdfClient_UWP (in EvoHtmlToPdfClient_UWP.dll) Version: 9.0.0.0 (9.0.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