RenameField

FormEditor.RenameField method

Modifica il nome del campo.

public void RenameField(string fieldName, string newFieldName)
ParametroTipoDescrizione
fieldNameStringVecchio nome del campo.
newFieldNameStringNuovo nome del campo.

Esempi

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

Guarda anche