
Gets or sets the type of the field.
[C#]
public FormTextBoxType Type
[Visual Basic]
Public Property Type() As FormTextBoxType
| Value | Description | |
| RegularText | Regular text is allowed. | |
| Number | Only numeric values are allowed. | |
| Date | A valid date format is allowed. | |
| CurrentDate | The current date will be inserted. | |
| CurrentTime | The current time will be inserted. | |
| Calculation | A calculation is allowed. |
This property is not used by the DocumentServer.Web.DocumentViewer component.