Adds an Object to the List.

Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public virtual bool Add(
	Object o
)
Visual Basic
Public Overridable Function Add ( _
	o As Object _
) As Boolean
Visual C++
public:
virtual bool Add(
	Object^ o
)

Parameters

o
Type: System..::..Object
the object to add

Return Value

true is successful

Implements

ITextElementArray..::..Add(Object)

See Also