IPresentationConverterOpenPresentation Method |
To copy the given prsentation to the temp folder then open the same.
Namespace: DigitalOfficePro.Html5PointSdkAssembly: DigitalOfficePro.Html5PointSdk (in DigitalOfficePro.Html5PointSdk.dll) Version: 1.3.8.2 (1.3.8.2)
Syntax void OpenPresentation(
string filePath
)
Sub OpenPresentation (
filePath As String
)
void OpenPresentation(
String^ filePath
)
Parameters
- filePath
- Type: SystemString
Full path of input presentation file.
See Also