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

Syntax

C#
public sealed class RtfDestinationDocument : RtfDestination, 
	IRtfPropertyListener, IEventListener
Visual Basic
Public NotInheritable Class RtfDestinationDocument _
	Inherits RtfDestination _
	Implements IRtfPropertyListener, IEventListener
Visual C++
public ref class RtfDestinationDocument sealed : public RtfDestination, 
	IRtfPropertyListener, IEventListener

Inheritance Hierarchy

System..::..Object
  iTextSharp.text.rtf.parser.destinations..::..RtfDestination
    iTextSharp.text.rtf.parser.destinations..::..RtfDestinationDocument

See Also