public static void ConvertFile( string inputFilePath, string outputFilePath, ImGearPowerPointFormats format )
public: static void ConvertFile( string* inputFilePath, string* outputFilePath, ImGearPowerPointFormats format )
public: static void ConvertFile( String^ inputFilePath, String^ outputFilePath, ImGearPowerPointFormats format )
'Declaration Public Shared Sub ConvertFile( _ ByVal inputFilePath As String, _ ByVal outputFilePath As String, _ ByVal format As ImGearPowerPointFormats _ )
'Usage Dim inputFilePath As String Dim outputFilePath As String Dim format As ImGearPowerPointFormats ImGearPowerPointDocument.ConvertFile(inputFilePath, outputFilePath, format)
Parameters
- inputFilePath
- The input file path.
- outputFilePath
- The output file path.
- format
- The format of the file to which the document should be resaved.