Description
Namespace:
DuoDimension.Databeam
Assembly: Databeam.Word (in Databeam.Word.dll)
Version: 2.1.0.0
Open DOCX document file.
Assembly: Databeam.Word (in Databeam.Word.dll)
Version: 2.1.0.0
Syntax
| C# | Visual Basic |
public int OpenDocx( string fileDocx )
Public Function OpenDocx ( _ fileDocx As String _ ) As Integer
Parameters
- fileDocx
- String
Path and file of source DOCX file.
Return Value
0 - Ok.
1 - Can't open source file. Check input file.
100 - MS Word(R) is not installed.