Click or drag to resize

PdfResetFormAction Properties

The PdfResetFormAction type exposes the following members.

Properties
  NameDescription
Public propertyActionType
Gets the type of the action represented by this object - returns PdfActionType.SubmitForm
(Overrides PdfActionActionType.)
Public propertyExcludeFields
Gets or sets a value indicating whether to exclude fields from the form reset.
Public propertyFields
Gets the fields that will be included or excluded from the form reset. If the Fields property is an empty list, all fields will be reset and the ExcludeFields property will be ignored.
Top
See Also