Gets the document form field text content validation type.
public int ContentType { get; }
public:
property Int32 ContentType
{
Int32 get()
}
ContentType # get (DocumentTextFormField)
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 | Description |
---|---|
DocumentTextFormField.ContentType_Unrestrained | Unrestrained text field type |
DocumentTextFormField.ContentType_Custom | Custom (User) text field type |
DocumentTextFormField.ContentType_Number | Number text field type |
DocumentTextFormField.ContentType_Date | Date text field type |
DocumentTextFormField.ContentType_Time | 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