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

Syntax

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

Parameters

field
Type: System..::..String

See Also