FormEditor.RenameField
Méthode FormEditor.RenameField
Changer le nom du champ.
public void RenameField(string fieldName, string newFieldName)
| Paramètre | Type | Description |
|---|---|---|
| fieldName | String | Ancien nom du champ. |
| newFieldName | String | Nouveau nom du champ. |
Exemples
FormEditor formEditor = new FormEditor("PdfForm.pdf", "PdfForm_updated.pdf");
formEditor.RenameField("textField", "textField_Renamed");
Voir aussi
- classe FormEditor
- espace de noms Aspose.Pdf.Facades
- assembly Aspose.PDF