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

Syntax

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

Parameters

field
Type: System..::..String
value
Type: System..::..String

See Also