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

Syntax

C#
public string FindFieldName(
	string name,
	AcroFields af
)
Visual Basic
Public Function FindFieldName ( _
	name As String, _
	af As AcroFields _
) As String
Visual C++
public:
String^ FindFieldName(
	String^ name, 
	AcroFields^ af
)

See Also