OptionsListRemove Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Removes the specified item.

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

public override bool Remove(
	Option item
)

Parameters

item
Type: Apitron.PDF.Kit.Interactive.FormsOption
The item.

Return Value

Type: Boolean
Returns true if the list contains the item otherwise false

Implements

ICollectionTRemove(T)
Exceptions

ExceptionCondition
ArgumentNullExceptionitem
See Also

Reference