Apitron.PDF.Kit library for .NET
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
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
Parameters
- item
- Type: T
The element.
Implements
ICollectionTAdd(T)Exceptions
Exception | Condition |
---|---|
ArgumentException | If element is already present in other container or an attemp is being made to add it to the same container again. |
See Also