Initializes a new instance of the RtfDestination class

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

Syntax

C#
public RtfDestination(
	RtfParser parser
)
Visual Basic
Public Sub New ( _
	parser As RtfParser _
)
Visual C++
public:
RtfDestination(
	RtfParser^ parser
)

See Also