Initializes a new instance of the RtfImportMgr class
Namespace: iTextSharp.text.rtf.parserAssembly: 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 ) |
Parameters
- rtfDoc
- Type: iTextSharp.text.rtf.document..::..RtfDocument
- doc
- Type: iTextSharp.text..::..Document