FieldCollectionRemove Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET

Namespace:  Apitron.PDF.Kit.FlowLayout
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public bool Remove(
	Field item
)

Parameters

item
Type: Apitron.PDF.Kit.Interactive.FormsField
The object to remove from the ICollectionT.

Return Value

Type: Boolean
true if item was successfully removed from the ICollectionT; otherwise, false. This method also returns false if item is not found in the original ICollectionT.

Implements

ICollectionTRemove(T)
Exceptions

See Also

Reference