_Presentation.Convert2 Method
Converts a file to a different file type.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub Convert2 ( _
FileName As String _
)
'Usage
Dim instance As _Presentation
Dim FileName As String
instance.Convert2(FileName)
void Convert2(
string FileName
)
Parameters
- FileName
Type: System.String
The name of the file to be converted.