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