PresentationConverterOpenPresentation 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 public void OpenPresentation(
string filePath
)
Public Sub OpenPresentation (
filePath As String
)
public:
virtual void OpenPresentation(
String^ filePath
) sealed
Parameters
- filePath
- Type: SystemString
Full path of input presentation file.
Implements
IPresentationConverterOpenPresentation(String)See Also