←Select platform

FieldType Property

Summary
Field type.
Syntax
C#
C++/CLI
Java
Python
public int FieldType { get; set; } 
public int getFieldType(); 
public void setFieldType( 
   int intValue 
); 
public: 
property int FieldType { 
   int get(); 
   void set (    int ); 
} 
FieldType # get and set (PDFFormField) 

Property Value

Field type. In most cases, this is one of the following constants defined in PDFFormField.

Value Name Description
0 FieldTypeCheckBox Check box field type.
1 FieldTypeRadioButton Radio button field type.
2 FieldTypeTextBox Text box field type.
3 FieldTypeListBox List box field type.
4 FieldTypeComboBox Combo box field type.
Requirements

Target Platforms

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

Leadtools.Pdf Assembly

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