# CloudmersiveConvertApiClient.PdfFormField

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**fieldName** | **String** | Name of the form field | [optional] 
**fieldType** | **String** | The data type of the field; possible values are Text (FieldValue will be a string), Checkbox (FieldValue can be \&quot;true\&quot; or \&quot;false\&quot;), ComboBox (FieldComboBoxSelectedIndex will also be populated), Other | [optional] 
**fieldValue** | **String** | Value of the form field | [optional] 
**fieldComboBoxSelectedIndex** | **Number** | Applies to ComboBox field types only; specifies the selected index of the combo box selection if available | [optional] 


