Aspose::Pdf::Facades::FormEditor::RenameField method

FormEditor::RenameField method

Change name of the field.

void Aspose::Pdf::Facades::FormEditor::RenameField(System::String fieldName, System::String newFieldName)
ParameterTypeDescription
fieldNameSystem::StringOld name of the field.
newFieldNameSystem::StringNew name of the field.

See Also