Aspose::Pdf::Facades::Form::RenameField method
Form::RenameField method
Renames a field. Either AcroForm field or XFA field is OK.
void Aspose::Pdf::Facades::Form::RenameField(const System::String &fieldName, const System::String &newFieldName)
| Parameter | Type | Description |
|---|---|---|
| fieldName | const System::String& | the old field name |
| newFieldName | const System::String& | the new field name |
See Also
- Class String
- Class Form
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++