Processes the element by adding it (or the different parts) to an IElementListener.

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

Syntax

C#
bool Process(
	IElementListener listener
)
Visual Basic
Function Process ( _
	listener As IElementListener _
) As Boolean
Visual C++
bool Process(
	IElementListener^ listener
)

Parameters

listener
Type: iTextSharp.text..::..IElementListener
an IElementListener

Return Value

true if the element was processed successfully

See Also