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