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

Syntax

C#
public bool SetField(
	string name,
	string value
)
Visual Basic
Public Function SetField ( _
	name As String, _
	value As String _
) As Boolean
Visual C++
public:
bool SetField(
	String^ name, 
	String^ value
)

Parameters

name
Type: System..::..String
value
Type: System..::..String

See Also