Resaves a Microsoft Word document to another Microsoft Word file format.
Syntax
'Declaration
Public Shared Sub ConvertFile( _
ByVal As String, _
ByVal As String, _
ByVal As ImGearWordFormats _
)
'Usage
Dim inputFilePath As String
Dim outputFilePath As String
Dim format As ImGearWordFormats
ImGearWordDocument.ConvertFile(inputFilePath, outputFilePath, format)
public static void ConvertFile(
string ,
string ,
ImGearWordFormats
)
public: static void ConvertFile(
string* ,
string* ,
ImGearWordFormats
)
public:
static void ConvertFile(
String^ ,
String^ ,
ImGearWordFormats
)
Parameters
- inputFilePath
- The input file path.
- outputFilePath
- The output file path.
- format
- The format of the file to which the document should be resaved.
Exceptions
See Also