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