ContainerElementTAddItems Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Adds the specified elements 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 AddItems(
	IEnumerable<T> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableT
The container.
Exceptions

ExceptionCondition
ArgumentExceptionIf one of the elements is already present in other container or an attemp is being made to add it to the same container again.
ArgumentNullExceptionIf items is null.
See Also

Reference