UpdateFormFiled

FormFieldManager.UpdateFormFiled method

Updates form fields in the document based on the provided collection of form fields.

public void UpdateFormFiled(FormFieldCollection formFieldCollection)
Parameter Type Description
formFieldCollection FormFieldCollection The collection of form fields containing the updates to apply to the document.

Remarks

The UpdateFormFiled method updates form fields in the document based on the provided formFieldCollection. Each form field in the collection corresponds to a form field in the document, and the updates specified in the collection are applied accordingly. This method is useful for synchronizing form field data between the document and an external source, such as a user interface or database.

See Also