[SerializableAttribute()]public enum TextFieldType
public final class TextFieldTypeextends java.lang.Enum<TextFieldType>
[SerializableAttribute()]public enum class TextFieldType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
class TextFieldType(Enum):Character = 0Numerical = 1Data = 2
| 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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
