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)
ParameterTypeDescription
fieldNameconst System::String&Old name of the field.
newFieldNameconst System::String&New name of the field.

See Also