Description
Namespace:
DuoDimension.Databeam
Assembly: Databeam.Word (in Databeam.Word.dll)
Version: 2.1.0.0
Converts TXT document to RTF.
Assembly: Databeam.Word (in Databeam.Word.dll)
Version: 2.1.0.0
Syntax
| C# | Visual Basic |
public int TxtToRtf( string fileRtf )
Public Function TxtToRtf ( _ fileRtf As String _ ) As Integer
Parameters
- fileRtf
- String
Path and file of resulting RTF file.
Return Value
0 - Ok.
2 - Can't create the resulting RTF file. Check the permit for resulting path of RTF file.
100 - MS Word(R) is not installed.