ContainerElementTAdd Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Adds the specified element to the container.

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

Parameters

item
Type: T
The element.

Implements

ICollectionTAdd(T)
Exceptions

ExceptionCondition
ArgumentExceptionIf element is already present in other container or an attemp is being made to add it to the same container again.
See Also

Reference