Field Class |
A form field
public abstract class Field : FieldNode
The Field type exposes the following members.
| Name | Description | |
|---|---|---|
| DisplayName | User interface name The display name is not directly visible, but a PDF viewer can display this name, e.g., in a tool tip.(Inherited from FieldNode) | |
| DoNotExport | Tells whether this field is exported | |
| ExportName | The name used when exporting (Inherited from FieldNode) | |
| ReadOnly | Flags this field as read-only | |
| Required | Flags this field as mandatory | |
| Widgets | This form field's widget annotations |
| Name | Description | |
|---|---|---|
| AddNewWidget | Create a new widget and add to the form field This method creates a widget for the form field. The widget is automatically added to the field's widgets, but not to any page. This method does not work for radio button form fields; Use AddNewWidget(Rectangle). | |
| Equals | (Inherited from NativeObject) | |
| GetHashCode | (Inherited from NativeObject) |