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