Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Collapse imageSyntax

C#
public bool RenameField(
	string oldName,
	string newName
)
Visual Basic
Public Function RenameField ( _
	oldName As String, _
	newName As String _
) As Boolean
Visual C++
public:
bool RenameField(
	String^ oldName, 
	String^ newName
)

Parameters

oldName
Type: System..::..String
newName
Type: System..::..String

Collapse imageSee Also