# CloudmersiveConvertApiClient.SetFormFieldValue

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**fieldName** | **String** | Name of the field to set; you can call /convert/edit/pdf/form/get-fields to enumerate field names in a form | [optional] 
**textValue** | **String** | For fields of type Text, the text value to put into the field | [optional] 
**checkboxValue** | **Boolean** | For fields of type Checkbox, the value to put into the field | [optional] 
**comboBoxSelectedIndex** | **Number** | For fields of type ComboBox; specifies the selected index of the combo box selection | [optional] 


