RenameField

FormEditor.RenameField method

Modifier le nom du champ.

public void RenameField(string fieldName, string newFieldName)
ParamètreTaperLa description
fieldNameStringAncien nom du champ.
newFieldNameStringNouveau nom du champ.

Exemples

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

Voir également