Initializes a new instance of the RtfImportMgr class

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

Syntax

C#
public RtfImportMgr(
	RtfDocument rtfDoc,
	Document doc
)
Visual Basic
Public Sub New ( _
	rtfDoc As RtfDocument, _
	doc As Document _
)
Visual C++
public:
RtfImportMgr(
	RtfDocument^ rtfDoc, 
	Document^ doc
)

See Also