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

Collapse imageSyntax

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

Collapse imageSee Also