Limitations
This property is not used by the Document
Gets or sets the type of the field.
public FormTextBoxType Type { get; set; }
Public Property Type() As FormTextBoxType
Member | Description |
---|---|
Regular |
Regular text is allowed. |
Number | Only numeric values are allowed. |
Date | A valid date format is allowed. |
Current |
The current date will be inserted. |
Current |
The current time will be inserted. |
Calculation | A calculation is allowed. |
This property is not used by the Document