Table of Contents

Interface IElementListener

Namespace
iTextSharp.text
Assembly
iTextSharp.LGPLv2.Core.dll

A class that implements ElementListener will perform some actions when an Element is added.

public interface IElementListener

Methods

Add(IElement)

Signals that an Element was added to the Document.

bool Add(IElement element)

Parameters

element IElement

Element added

Returns

bool

true if the element was added, false if not.