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(System::String fieldName, System::String newFieldName)
ParameterTypeDescription
fieldNameSystem::Stringthe old field name
newFieldNameSystem::Stringthe new field name

See Also