Gets or sets the type of the field.

Syntax

public FormTextBoxType Type { get; set; }
Public Property Type() As FormTextBoxType

Members

Member 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.

Limitations

This property is not used by the DocumentServer.Web.DocumentViewer component.