Removes a field from this collection.

Namespace: TallComponents.PDF.Forms.Fields
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public void Remove(
	string fullName
)
Visual Basic
Public Sub Remove ( _
	fullName As String _
)

Parameters

fullName
Type: System..::..String
The full name from the field to remove.

Remarks

Removing a field at a non-existing full name is silently ignored.

See Also