public long FieldFlags { get; set; }
public long getFieldFlags();
public void setFieldFlags(
long longValue
);
FieldFlags # get and set (PDFFormField)
Other flags associated with the field. The default value is 0. In most cases, this is one of the following constants defined in PDFFormField.
Value | Name | Description |
---|---|---|
1 | FieldFlagsReadOnly | Field is read-only. |
2 | FieldFlagsRequired | Field is required. |
4 | FieldFlagsNoExport | Field cannot be exported. |
4096 | FieldFlagsTextMultiline | Text field is multi-lined. |
8192 | FieldFlagsTextPassword | Text field is a password. |
16384 | FieldFlagsButtonNoToggleToOff | Button should not toggle to off state. |
32768 | FieldFlagsButtonRadio | Button is a radio button. |
65536 | FieldFlagsButtonPushButton | Button is a push button. |
131072 | FieldFlagsChoiceCombo | Choice field is a combo box. |
524288 | FieldFlagsChoiceSort | Choice field is sorted. |
262144 | FieldFlagsChoiceEdit | Choice field is editable. |
2097152 | FieldFlagsChoiceMultiSelect | Choice field supports multi-select. |
4194304 | FieldFlagsTextDoNotSpellcheck | Text field should not be spell checked. |
1048576 | FieldFlagsTextFileSelect | Text field is a file selection. |
8388608 | FieldFlagsTextDoNotScroll | Text field should not scroll. |
16777216 | FieldFlagsTextComb | Text field is a combo box. |
33554432 | FieldFlagsTextRichText | Text field that should be edited with a rich text edit control. |
33554432 | FieldFlagsButtonRadioInUnison | Button is in a group of radio buttons (using GroupId) and only a single item should be selected at a time. |
67108864 | FieldFlagsChoiceCommitOnSelectionChange | Choice field should commit changes if it is modified. |
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