Initializes a new instance of the RtfDestinationInfo class

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

Syntax

C#
public RtfDestinationInfo(
	RtfParser parser,
	string elementname
)
Visual Basic
Public Sub New ( _
	parser As RtfParser, _
	elementname As String _
)
Visual C++
public:
RtfDestinationInfo(
	RtfParser^ parser, 
	String^ elementname
)

See Also