Signals that an Element was added to the Document.
Namespace: iTextSharp.textAssembly: 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
falseImplements
IElementListener..::..Add(IElement)
Remarks
This method should be overriden in the specific DocWriter classes
derived from this abstract class.