Sets the value of the form field specified through the given adapter to the submitted value.
public void MergeField(DocumentServer.Fields.FormFieldAdapter fieldAdapter, string value)
Parameter | Description |
---|---|
field |
The adapter for the form field whose value is to be set. |
value | Specifies the value the form field is to be set to. |