RenameField

FormEditor.RenameField method

Cambiar nombre del campo.

public void RenameField(string fieldName, string newFieldName)
ParámetroEscribeDescripción
fieldNameStringAntiguo nombre del campo.
newFieldNameStringNuevo nombre del campo.

Ejemplos

FormEditor formEditor = new FormEditor("PdfForm.pdf", "PdfForm_updated.pdf");
formEditor.RenameField("textField", "textField_Renamed");

Ver también