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: 26.2
Syntax
public void RenameField(
	string oldName,
	string newName
)

Parameters

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