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)
ParameterTypeDescription
fieldNameconst System::String&the old field name
newFieldNameconst System::String&the new field name

See Also