Aspose::Pdf::Facades::FormEditor::RenameField method
FormEditor::RenameField method
Change name of the field.
void Aspose::Pdf::Facades::FormEditor::RenameField(const System::String &fieldName, const System::String &newFieldName)
| Parameter | Type | Description |
|---|---|---|
| fieldName | const System::String& | Old name of the field. |
| newFieldName | const System::String& | New name of the field. |
See Also
- Class String
- Class FormEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++