Namespace: iTextSharp.text.rtf.parser
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public void ImportRtfFragment( Stream readerIn, RtfDocument rtfDoc, RtfImportMappings importMappings ) |
Visual Basic |
---|
Public Sub ImportRtfFragment ( _ readerIn As Stream, _ rtfDoc As RtfDocument, _ importMappings As RtfImportMappings _ ) |
Visual C++ |
---|
public: void ImportRtfFragment( Stream^ readerIn, RtfDocument^ rtfDoc, RtfImportMappings^ importMappings ) |
Parameters
- readerIn
- Type: System.IO..::..Stream
- rtfDoc
- Type: iTextSharp.text.rtf.document..::..RtfDocument
- importMappings
- Type: iTextSharp.text.rtf.parser..::..RtfImportMappings