Namespace: CuteEditor.Convertor.RTF
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public int LoadRtfText( string text ) |
| Visual Basic |
|---|
Public Function LoadRtfText ( _ text As String _ ) As Integer |
| Visual C++ |
|---|
public: int LoadRtfText( String^ text ) |
Parameters
- text
- Type: System..::..String