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)
Public Sub GetBlockFieldNames(ByRef fieldAdapter As DocumentServer.Fields.FormFieldAdapter, ByVal value As String)
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. |