←Select platform

FieldFlags Property

Summary
Other flags associated with the field.
Syntax
C#
C++/CLI
Java
Python
public long FieldFlags { get; set; } 
public long getFieldFlags(); 
public void setFieldFlags( 
   long longValue 
); 
public: 
property int64 FieldFlags { 
   int64 get(); 
   void set (    int64 ); 
} 
FieldFlags # get and set (PDFFormField) 

Property Value

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.
Requirements

Target Platforms

Help Version 22.0.2023.7.10
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.