Signals that an Element was added to the Document.

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

Syntax

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

Parameters

element
Type: iTextSharp.text..::..IElement

Return Value

false

Implements

IElementListener..::..Add(IElement)

Remarks

This method should be overriden in the specific DocWriter classes derived from this abstract class.

See Also