FormField Properties
A base class for all form fields in a PDF document.| Name | Description |
|---|---|
| Actions | Gets or sets actions associated with the form field. |
| AlternateName | Gets or sets an alternate name of the form field. |
| Name | Gets or sets the name of the form field. |
| ReadOnly | Gets or sets a value that indicates whether the form field is read-only. |
| Required | Gets or sets a value that indicates whether the form field is required. |
See Also