Namespace: iTextSharp.text.rtf
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 documentSource, RtfImportMappings mappings, IEventListener[] events ) |
Visual Basic |
---|
Public Sub ImportRtfFragment ( _ documentSource As Stream, _ mappings As RtfImportMappings, _ events As IEventListener() _ ) |
Visual C++ |
---|
public: void ImportRtfFragment( Stream^ documentSource, RtfImportMappings^ mappings, array<IEventListener^>^ events ) |
Parameters
- documentSource
- Type: System.IO..::..Stream
- mappings
- Type: iTextSharp.text.rtf.parser..::..RtfImportMappings
- events
- Type: array<iTextSharp.text.rtf..::..IEventListener>[]()[][]