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

Syntax

C#
public static bool AddListener(
	string destination,
	IRtfDestinationListener listener
)
Visual Basic
Public Shared Function AddListener ( _
	destination As String, _
	listener As IRtfDestinationListener _
) As Boolean
Visual C++
public:
static bool AddListener(
	String^ destination, 
	IRtfDestinationListener^ listener
)

See Also