FormEditor.RenameField
FormEditor.RenameField method
Change name of the field.
public void RenameField(string fieldName, string newFieldName)
| Parameter | Type | Description |
|---|---|---|
| fieldName | String | Old name of the field. |
| newFieldName | String | New name of the field. |
Examples
FormEditor formEditor = new FormEditor("PdfForm.pdf", "PdfForm_updated.pdf");
formEditor.RenameField("textField", "textField_Renamed");
See Also
- class FormEditor
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF