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

Syntax

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

Parameters

o
Type: System..::..Object

Implements

ITextElementArray..::..Add(Object)

See Also