C#
VB
C++
Values that represent the type of text being used in the Text Field.
[SerializableAttribute()]
public enum TextFieldType
<SerializableAttribute()>
Public Enum TextFieldType
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
[SerializableAttribute()]
public enum class TextFieldType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | Character | Character field. The field contains alphanumeric characters (both uppercase and lowercase), the Arabic numerals 0 – 9, punctuation marks, and symbols. |
1 | Numerical | Numeric field. The field consists entirely of Arabic numerals. |
2 | Data | Data field. The field is a named zone (field) on a form which can contain capital letters, digits, and separators. |
The TextFieldType enumeration is used by the Type Property function.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET