Gets the document form field text content validation type.
Object.defineProperty(DocumentTextFormField.prototype, 'contentType',
get: function()
)
readonly contentType: number;
The document form field text content type. The default value is DocumentTextFormField.contentType_Unrestrained.
This value is used to define the style and type of the DocumentChoiceFormField. The following table lists the supported form field types:
Value | Member | Description |
---|---|---|
DocumentTextFormField.contentType_Unrestrained | 0 | Unrestrained text field type |
DocumentTextFormField.contentType_Custom | 1 | Custom (User) text field type |
DocumentTextFormField.contentType_Number | 2 | Number text field type |
DocumentTextFormField.contentType_Date | 3 | Date text field type |
DocumentTextFormField.contentType_Time | 4 | Time text field type |
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