RTFContainer Constructor
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| RTFContainer Constructor |
| RTFContainer Class See Also Send Feedback |
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