ContainerElementTRemove Method

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

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(
	T item
)

Parameters

item
Type: T
The item.

Return Value

Type: Boolean
True if operation succeeds, otherwise false.

Implements

ICollectionTRemove(T)
See Also

Reference