Adds an object to the TextElementArray.

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

Syntax

C#
bool Add(
	Object o
)
Visual Basic
Function Add ( _
	o As Object _
) As Boolean
Visual C++
bool Add(
	Object^ o
)

Parameters

o
Type: System..::..Object
an object that has to be added

Return Value

true if the addition succeeded; false otherwise

See Also