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
IElementElement added
Returns
- bool
true if the element was added, false if not.