conaito Powerlight SDK 1.2

PowerPointConverter.OpenPowerPointFile Method

Open PowerPoint document

[Visual Basic]
Public Sub OpenPowerPointFile( _
   ByVal powerPointFilePath As String _
)
[C#]
public void OpenPowerPointFile(
   string powerPointFilePath
);

Parameters

powerPointFilePath
The PowerPoint file path.

See Also

PowerPointConverter Class | Conaito.PowerLight Namespace