Resaves a Microsoft PowerPoint document to another Microsoft PowerPoint file format.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shared Sub ConvertFile( _
   ByVal  As String, _
   ByVal  As String, _
   ByVal  As ImGearPowerPointFormats _
) 
             
        
            
            'Usage
 
Dim inputFilePath As String
Dim outputFilePath As String
Dim format As ImGearPowerPointFormats
 
ImGearPowerPointDocument.ConvertFile(inputFilePath, outputFilePath, format)
             
        
            
            public static void ConvertFile( 
   string ,
   string ,
   ImGearPowerPointFormats 
)
             
        
            
            public: static void ConvertFile( 
   string* ,
   string* ,
   ImGearPowerPointFormats 
) 
             
        
            
            public:
static void ConvertFile( 
   String^ ,
   String^ ,
   ImGearPowerPointFormats 
) 
             
        
             
        
            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