Click or drag to resize
Pdf Library for .NET

PdfFormManagerRenameField Method

Renames the form field.

Namespace:  SelectPdf.Forms
Assembly:  Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 23.1
Syntax
public void RenameField(
	string oldName,
	string newName
)

Parameters

oldName
Type: SystemString
The old name of the field.
newName
Type: SystemString
The new name of the field. Use the new name only after form save and reload.
See Also