Initializes a new instance of the RTFContainer class
Namespace: CuteEditor.Convertor.RTFAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public RTFContainer( TextReader rtffile ) |
| Visual Basic |
|---|
Public Sub New ( _ rtffile As TextReader _ ) |
| Visual C++ |
|---|
public: RTFContainer( TextReader^ rtffile ) |
Parameters
- rtffile
- Type: System.IO..::..TextReader